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
composer require airwallex/payments-plugin-magentoEnable the module
bin/magento module:enable Airwallex_PaymentsModule install
bin/magento setup:upgradeReindex customer_grid
bin/magento indexer:reindex customer_gridClean Magento Cache
bin/magento cache:clean
bin/magento cache:flushcomposer 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