Skip to content

Magento2 Extension for the QuickPay payment service provider

License

OSL-3.0, AFL-3.0 licenses found

Licenses found

OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt
Notifications You must be signed in to change notification settings

VirtusB/QuickPay_Magento2

 
 

Repository files navigation

QuickPay_Magento2

Module QuickPay\Payment implements integration with the QuickPay payment service provider.

Currently in beta release, use at your own risk. Pull requests welcome!

Coded and tested in Magento 2.1.2, compatibility with other versions has not been tested yet.

Implemented so far:

  • Authorize
  • Capture
  • Partial Capture
  • Refund
  • Partial Refund
  • Cancel
  • Payment Fees

Installation

composer require quickpay/magento2
php bin/magento module:enable QuickPay_Payment
php bin/magento setup:upgrade
php bin/magento setup:di:compile

Please note that FTP installation will not work as this module has requirements that will be auto installed when using composer

About

Magento2 Extension for the QuickPay payment service provider

Resources

License

OSL-3.0, AFL-3.0 licenses found

Licenses found

OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.1%
  • JavaScript 4.3%
  • HTML 3.6%