金枪鱼 / module-tunagateway
金枪鱼Magento 2模块。
1.6.1
2024-03-15 15:51 UTC
README
这是金枪鱼支付网关的官方magento 2模块。
tuna/module-tunagateway
安装
此模块可通过Packagist获得,以下是通过zip文件安装的说明。
* = 在生产环境中,请使用--keep-generated
选项
下载的zip文件
- 将zip文件解压到
app/code/Tuna
目录下,例如app/code/Tuna/TunaGateway/*
- 通过运行
php bin/magento module:enable Tuna_TunaGateway
启用模块 - 通过运行
php bin/magento setup:upgrade
应用数据库更新 - 通过运行
php bin/magento setup:di:compile
强制重建 - 通过运行
php bin/magento setup:static-content:deploy -f en_US pt_BR
刷新静态内容 - 通过运行
php bin/magento cache:flush
清除缓存 - 执行命令2次以删除生成文件夹中的所有内容:
rm -rf generated/*