orkestapay / magento-cards
OrkestaPay模块适用于Magento 2
1.0.2
2024-09-28 00:19 UTC
Requires
- php: >=7.3.0
- guzzlehttp/guzzle: ^7.0
This package is not auto-updated.
Last update: 2024-09-28 00:21:09 UTC
README
OrkestaPay支付卡扩展模块适用于Magento2(v2.4.0)
安装
前往项目的根目录,按照以下步骤操作
composer require orkestapay/magento-cards php bin/magento module:enable Orkestapay_Cards --clear-static-content php bin/magento setup:upgrade php bin/magento cache:clean
更新
如果已安装模块且需要更新,请按照以下步骤操作
composer clear-cache composer update orkestapay/magento-cards bin/magento setup:upgrade php bin/magento cache:clean