The steps to install the Elavon Converge EU Gateway plugin are:
-
Unzip archive.
-
Log in to your Magento 2.x hosting site using SSH/FTP connection.
-
Open the Magento root directory.
-
Copy the unzipped files into the Magento root folder.
Magento root folder structure should look like this:
-
Update the environment configuration page (app/etc/env.php) with the following lines below the “install” option:
'install' => [ 'date' => 'Thu, 27 Jun 2019 09:30:42 +0000' ], 'payment' => [ 'elavon_convergegateway_converge2' => [ 'sandbox_api_url' => 'https://uat.api.converge.eu.elavonaws.com', 'sandbox_hpp_url' => 'https://uat.hpp.converge.eu.elavonaws.com' ] ] ];
-
To enable the module from the console line open the Magento root directory and run command:
bin/magento module:enable Elavon_ConvergeGatewayList of enabled modules you can check with command: bin/magento module:status
-
To update the database schema and modules run command: bin/magento setup:upgrade
-
To clear the cache run the command: bin/magento cache:flush
This completes the module installation.
-