airwallex / payments-plugin-magento
Package info
github.com/airwallex/paymentacceptance-plugin-magento
Type:magento2-module
pkg:composer/airwallex/payments-plugin-magento
1.21.0
2026-05-07 02:27 UTC
Requires
- php: ^7.4|^8.0
- ext-json: *
- magento/module-re-captcha-webapi-api: ^1.0.0
- magento/module-vault: ^100.1.0 || ^101.0.0
- mobiledetect/mobiledetectlib: ^3.74 || ^4.8
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2026-06-07 02:48:33 UTC
README
Compatibility:
This module was tested on:
- Magento 2.4.2 @ PHP 7.4
- Magento 2.4.3 @ PHP 7.4
- Magento 2.4.6 @ PHP 8.1
- Magento 2.4.7 @ PHP 8.3
Installing/Getting started
composer require airwallex/payments-plugin-magento
Enable the module
bin/magento module:enable Airwallex_Payments
Module install
bin/magento setup:upgrade
Reindex customer_grid
bin/magento indexer:reindex customer_grid
Clean Magento Cache
bin/magento cache:clean bin/magento cache:flush
Upgrade
composer update airwallex/payments-plugin-magento
bin/magento setup:upgrade
bin/magento indexer:reindex customer_grid # This command is required only during the first upgrade.
bin/magento cache:clean
bin/magento cache:flush