orkestapay/magento-cards

OrkestaPay模块适用于Magento 2

安装: 2

依赖项: 0

建议者: 0

安全性: 0

星星: 0

观察者: 1

分支: 0

开放性问题: 0

类型:magento2-module

1.0.2 2024-09-28 00:19 UTC

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