Opencart Swipe module

Version:	3.0.0 / 17 Feb 2020
Copyright:	(c) 2020, CyberCom.
Link:		http://www.cybercompay.com/



REQUIREMENTS
---

* OpenCart 3.0.3.2 or above
* Swipe account


INSTALLATION
---


1.Please use, opencart installer and import the Swipe plugin zip file.
2. Aftera successful import, it will appear in your Opencart admin login under Extensions -> Payments as "SwipeHQ". 
3. Install the module.
4. Then install and configure the plugin by finding the plugin and pressing the Edit button. Add the following details from your Swipe Merchant login under
	 Settings -> API Credentials:
		Merchant ID
		API Key
		Payment Page Url
		Api Url
5. Set Status to Enabled and Save.
6. And finally configure your Swipe account to send customers back to your shop after they pay. 
	In your Merchant login under Settings -> Payment Notifiers, set:
   		Callback Url:  					%YOUR_WEBSITE%/index.php?route=payment/swipehq/success
   		Callback pass back user data: 	on
   		LPN Url: 						%YOUR_WEBSITE%/index.php?route=payment/swipehq/callback 
	making sure to replace %YOUR_WEBSITE% with your website url, e.g. www.example.com/my-shop/index.php?route=payment/swipehq/success
7. All done, test it out, add some products to your cart and you will get the option to pay with Swipe.


NOTES
---
* Opencart must be configured to use a currency that your Swipe Merchant Account supports for customers to be able to use Swipe to be a payment option,
	see Settings -> API Credentials for a list of currencies your Merchant Account supports. And see System -> Localisation -> Currencies
	to see which currencies your Opencart is using.
	

CHANGE LOG
---

3.0

- initial revision, tested against OpenCart 3.0.3.2


