postpay / magento2
Postpay Payment Gateway for Magento 2
0.2.4
2021-06-28 13:52 UTC
Requires
- guzzlehttp/guzzle: ^6.0
- magento/framework: ^101.0.0|^102.0.0|^103.0.0
- postpay/postpay-php: ~0.0.4
Requires (Dev)
README
Postpay for Magento 2
Postpay Payment Gateway for Magento 2.
Installation
The recommended way to install postpay is through Composer:
composer require postpay/magento2
Register the extension:
bin/magento setup:upgrade
Recompile your Magento project:
bin/magento setup:di:compile
Clean the cache:
bin/magento cache:clean