pagaleve / pagaleve-magento2-extension
2
Installs: 6 960
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Language:Less
Type:magento2-module
README
Official Pagaleve plugin payments online for Magento 2.
Integration
The plugin integrates with Pagaleve API. https://pagaleve.stoplight.io/docs/public-apis/YXBpOjExOTgyMjU4-pagaleve-api
Requirements
This plugin version 1.4.x supports:
- PHP 8.1 version and higher.
- Magento 2 version 2.4.6 and higher.
This plugin version 1.3.x supports:
- PHP 7.4.0 version and higher.
- Magento 2 version 2.4.x and higher.
This plugin version 1.2.7 or higher supports:
- PHP 7.3.0 version and higher.
- Magento 2 version 2.3.4 and higher.
Installation
To install our plugin through Composer::
composer require pagaleve/pagaleve-magento2-extension composer update bin/magento module:enable Pagaleve_Payment bin/magento setup:upgrade
To install our plugin without Composer:
download zip
extract file in app/code/Pagaleve/Payment
Configuration
After installation has completed go to:
Stores > Settings > Configuration
Sales > Payment Methods > Other Payment Methods > Pagaleve.
Uninstall
If you installed our plugin through Composer:
composer remove pagaleve/pagaleve-magento2-extension composer update bin/magento setup:upgrade
If you haven't installed our plugin through Composer::
rm app/code/Pagaleve/ -rf bin/magento setup:upgrade
Support and Contributing
You can create issues on our Magento Repository. https://github.com/pagaleve/pagaleve-magento2-extension/issues/new
Pull requests are welcome.