WeGetFinancing Checkout for Magento 2
wegetfinancing/magento-checkout-plugin
Integrates the WeGetFinancing payment gateway into Magento checkout, offering point-of-sale financing as a payment method.
Build Tests
Code Quality
Tested on Magento 2.4.9
Recent Test History
Each release is tested against the latest Magento version at that time.
Top Contributors
View LeaderboardLooking for Contributors
Composer installation fails. Your contribution could help the entire Magento community!
Share This Module's Status
README
Loaded from GitHubWeGetFinancing Payment Checkout for Magento 2
This is a Magento 2 module which integrates WeGetFinancing payment gateway with the Magento 2 application.
Installation
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
Update
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
This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.