airwallex/payments-plugin-magento

此软件包的最新版本(1.8.1)没有可用的许可证信息。

1.8.1 2024-09-26 08:12 UTC

README

兼容性

此模块在以下环境中进行了测试

  • 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-magento

启用模块

bin/magento module:enable Airwallex_Payments

模块安装

bin/magento setup:upgrade

重新索引customer_grid

bin/magento indexer:reindex customer_grid

清理Magento缓存

bin/magento cache:clean
bin/magento cache:flush

升级

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