Summary
In this article we will take you though the step-by-step instructions for setting up Magento 1 to connect to the Payment platform as a gateway.
Download
Installation
- Extract the contents of the plugin zip file to /{magento_folder}/app/code.
- Execute the following commands in the root folder of your Magento installation.
$ php bin/magento setup:upgrade
$ php bin/magento setup:static-content:deploy -f
$ php bin/magento cache:flush
$ php bin/magento setup:di:compile - Login to Magento admin, then go to Stores → Configuration → Sales → Payment Methods → OPI Payment and enter your Site credentials.
Comments
0 comments
Please sign in to leave a comment.