Type
magento2-module
Magento 2 Module Mundipagg
magento2-module
MIT
None
None
None
None
None
This is the official Magento2 module for Mundipagg integration
Refer to module documentation
Coming soon :construction:
This module is now available through Packagist! You don't need to specify the repository anymore.
https://packagist.org/packages/mundipagg/mundipagg-magento2-module
Add the following lines into your composer.json
{
"require": {
"mundipagg/mundipagg-magento2-module":"2.*"
}
}
or simply digit
composer require 'mundipagg/mundipagg-magento2-module:2.*'
Then type the following commands from your Magento root:
composer update
./bin/magento setup:upgrade
./bin/magento setup:di:compile
Steps
If you have an old module's version
composer remove mundipagg/mundipagg-magento2-module
As a precaution, clear the composer cache:
composer clearcache
Install the version:
composer require 'mundipagg/mundipagg-magento2-module:2.*' -vvv
Then run the following commands from your Magento root:
./bin/magento setup:upgrade
./bin/magento setup:di:compile
For the future versions, just run composer update
composer update
After installation has completed go to Stores > Settings > Configuration > Sales > Payment Methods > Other Payment Methods > MundiPagg Payments.
To learn more about how detailed configure the module, see our wiki
Please, send a e-mail to [email protected]
Please, refer to CONTRIBUTING
Open a new Issue following our issue template ISSUE-TEMPLATE
See in releases