金枪鱼/module-tunagateway

金枪鱼Magento 2模块。

安装数量: 1,717

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 1

开放问题: 0

类型:magento2-module

1.6.1 2024-03-15 15:51 UTC

This package is auto-updated.

Last update: 2024-09-15 16:46:10 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/*