airwallex / payments-plugin-magento
此软件包的最新版本(1.8.1)没有可用的许可证信息。
1.8.1
2024-09-26 08:12 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
- dev-main
- 2.3.x-dev
- 1.8.1
- 1.8.0
- 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: 2024-09-29 08:23:44 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