zilla / magento2-module
Zilla Magento2 Module using \Magento\Payment\Model\Method\AbstractMethod
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
README
using composer, in your magento webroot, issue the following commands:
composer require zilla/magento2-module
php bin/magento module:enable Zilla_Payments
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
if for some reason composer is not available, obtain the files from the repo, and place them in app/code/Zilla/Payments and then
php bin/magento module:enable Zilla_Payments
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
Configuration
- Navigate to Stores → Configuration
- Navigate to Sales → Payments Method
- Enable - this option allows you to enable the Zilla Payment with your Magento store(s). Before enabling the extension, you must fill in the test and live keys.
- Merchant ID - is given to you by Zilla when setting up account.
- Test secret key - is given to you by Zilla when setting up account.
- Test public key - is given to you by Zilla when setting up account.
- Live secret key - is given to you by Zilla when setting up account.
- Live public key - is given to you by Zilla when setting up account.
- Test Mode - select Yes, to enable test environment.
- Merchant ID
- Test secret key
- Test public key
- Live secret key
- Live public key
- Save Config
- Enable = Yes
- Save Config