nocksapp/magento2

Nocks Payment Module for Magento 2

1.4.0 2019-11-28 14:45 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’.