This project is not covered by Drupal’s security advisory policy.
Commerce support for Brazilian maxiPago payments.
IMPORTANT: at this moment, only onsite payments are supported.
REQUIREMENTS
Drupal 8/9
- Drupal ^8.8 || ^9
- Drupal Commerce 2.x package
- maxiPago SDK-PHP Library
- maxiPago Merchant account
Drupal 7
- Drupal Commerce 1.x package
- Libraries API module
- maxiPago SDK-PHP Library
- maxiPago Merchant account
INSTALLATION
Drupal 8/9
- Add the following lines to your project's composer.json, section "repositories":
{ "type": "package", "package": { "name": "maxipago/sdk_php", "version": "master", "source": { "url": "https://github.com/maxipago/sdk-php.git", "type": "git", "reference": "master" } } } - Add the following lines to your project's composer.json, section "autoload":
- Install via composer and the appropriate maxiPago SDK will be downloaded to your /vendor folder:
"autoload": {
"files": [
"vendor/maxipago/sdk_php/lib/maxipago/KLogger.php",
"vendor/maxipago/sdk_php/lib/maxipago/RequestBase.php",
"vendor/maxipago/sdk_php/lib/maxipago/XmlBuilder.php",
"vendor/maxipago/sdk_php/lib/maxipago/Request.php",
"vendor/maxipago/sdk_php/lib/maxipago/ServiceBase.php",
"vendor/maxipago/sdk_php/lib/maxipago/ResponseBase.php",
"vendor/maxipago/sdk_php/lib/maxiPago.php"
]
}
'composer require drupal/commerce_maxipago'
Drupal 7
Download the maxiPago SDK-PHP Library and copy it under the folder /sites/all/libraries/maxipago. The file 'maxiPago.php' must be located in /sites/all/libraries/maxipago/lib.
CONFIGURATION
See README.md included in the module.
Supporting organizations:
Project information
- Project categories: E-commerce
- Created by interdruper on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.

