Magento 2 Plugin
How to install the Feemaker payment plugin for Magento 2.
Prerequisites
- A running Magento 2 store with SSH access to the server.
- Your Ethereum address (
ownerAddress) that will receive payments. - A
secretSessionId— a private key you generate for receiving payment notifications.
See the Payment Integration page for details on how these work.
Installation
- Extract all files from the plugin archive.
- Upload all files to your Magento root directory. After uploading, make sure the plugin path is
modules/gateways/feemaker.php. - Login to the SSH command line of your server, navigate to the Magento 2 directory and run:
php bin/magento setup:upgrade - Deploy static content and compile code:
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
Plugin Setup
- Login to the Magento Admin panel and go to System → Configuration → Payment Methods.
- Select the Feemaker method and enter your Owner Address and Secret Session ID.
- Save the configuration.
The Feemaker payment option should now be available on your checkout page.