airwallex / payments-plugin-magento
Installs: 1 610
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 5
Forks: 3
Open Issues: 1
Type:magento2-module
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
- dev-main
- 1.12.3
- 1.12.2
- 1.12.1
- 1.12.0
- 1.11.0
- 1.10.2
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.1
- 1.8.0
- 1.7.26.x-dev
- 1.7.26
- 1.7.25
- 1.7.24
- 1.7.23
- 1.7.22
- 1.7.21
- 1.7.20
- 1.7.19
- 1.7.18
- 1.7.17
- 1.7.16
- 1.7.15
- 1.7.14
- 1.7.13
- 1.7.12
- 1.7.11
- 1.7.10
- 1.7.9
- 1.7.8
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.0
- 1.6.2
- 1.6.1
- 1.5.5
- 1.5.4
- 1.5.3
- 1.5.1
- 1.5.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.1
- 1.4.0
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.2.2
- 1.2.1
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.1.1
- 0.0.1
This package is auto-updated.
Last update: 2025-04-21 09:56:42 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