nocksapp / magento2
Nocks Payment Module for Magento 2
1.4.0
2019-11-28 14:45 UTC
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0
- nocksapp/nocks-sdk-php: ^1.0
- nocksapp/omnipay-nocks: ^1.3.0
This package is auto-updated.
Last update: 2024-10-29 01:51:47 UTC
README
Nocks payment gateway for Magento 2
Installation
The Nocks Magento 2 plugin is installed via Composer. To install, simply run:
composer require nocksapp/magento2
Next run the following commands to activate the module:
php bin/magento module:enable Magento_NocksPaymentGateway
php bin/magento setup:upgrade
php bin/magento cache:clean
If Magento is running in production mode, deploy the static content:
php bin/magento setup:static-content:deploy
After the installation. Go to your Magento admin portal, to ‘Stores’ > ‘Configuration’ > ‘Sales’ > ‘Payment Methods’ > ‘Nocks Gateway’.