This is a Magento 2 module which integrates WeGetFinancing payment gateway with the Magento 2 application.
In order to install the module, please use the composer package manager.
- Install via composer:
composer require "wegetfinancing/magento-checkout-plugin"
- Run the following commands to enable it:
php -d memory_limit=-1 bin/magento module:enable WeGetFinancing_Checkout php -d memory_limit=-1 bin/magento setup:upgrade php -d memory_limit=-1 bin/magento cache:flush php -d memory_limit=-1 bin/magento setup:di:compile
- Enable and configure the plugin
- Log in into your admin area
- From the left menu select Stores -> Configuration
- Go in the subsection Sales -> Payment Methods
- In the first select, the country's one, choose "United Stated"
- In the "Other payment methods" section you will find "WeGetFinancing Checkout"
- Click and insert the required configurations
To update the module follow those steps:
- Run composer to update the plugin
composer update
- Run the magento script to upgrade, flush the cache and rebuild the dic
php -d memory_limit=-1 bin/magento setup:upgrade php -d memory_limit=-1 bin/magento cache:flush php -d memory_limit=-1 bin/magento setup:di:compile