wegetfinancing / magento-checkout-plugin
WeGetFinancing checkout module for Magento 2.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- ext-json: *
- doctrine/annotations: ^1.14.3
- guzzlehttp/guzzle: ^7.0
- magento/module-payment: 100.*
- sentry/sdk: ^3.5
- symfony/cache: v6.3.8
- symfony/serializer: v4.4.47
- symfony/validator: 5.4.8
This package is auto-updated.
Last update: 2023-11-22 10:03:12 UTC
README
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