quickpay / magento2
Implements integration with the QuickPay payment service provider.
Installs: 64 371
Dependents: 1
Suggesters: 0
Security: 0
Stars: 5
Watchers: 8
Forks: 20
Open Issues: 2
Type:magento2-module
Requires
- quickpay/quickpay-php-client: 1.0.*
- dev-master
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.9
- v2.3.8
- v2.3.7
- v2.3.6
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.9
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- 2.1.2
- v2.1.1
- v2.1.0
- v2.0.21
- v2.0.20
- v2.0.19
- v2.0.18
- v2.0.17
- v2.0.16
- v2.0.15
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- 2.0.1
This package is auto-updated.
Last update: 2024-11-03 13:39:58 UTC
README
This is a major release - a remake of the old 2.x module (QuickPay_Payment).
The main reason for the remake was to fix two main issues of QuickPay_Payment, namely:
- Marking unsuccessful orders as "Authorized"
- Making it not possible to cancel such orders
We highly suggest to test it on a staging/development environment first.
Tested on Magento 2.3 / 2.4 (PHP version up to 8.3). Compatible with Magento 2.4.7 If you have trouble running it on an older Magento version, please, try to update it first.
Installation
composer require quickpay/magento2
php bin/magento module:enable QuickPay_Gateway
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento setup:di:compile
php bin/magento cache:clean
Please note that FTP installation will not work as this module has requirements that will be auto installed when using composer
Pull requests welcome.