forter / magento2-module-forter-worldpay
Forter欺诈防护的Worldpay扩展插件,适用于Magento 2
1.0.1
2022-04-13 18:01 UTC
Requires
- php: >=7.0
This package is not auto-updated.
Last update: 2024-09-26 06:47:19 UTC
README
该扩展旨在为商家提供示例,展示如何覆盖他们的扩展。
在app/code目录下手动安装
下载并将此存储库的内容放置在{YOUR-MAGENTO2-ROOT-DIR}/app/code/Forter/Worldpay下
然后,在您的Magento 2根目录下运行以下命令
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
php bin/magento maintenance:disable
php bin/magento cache:flush
注意
- 此扩展需要安装并启用forter_forter模块,无法在没有安装并启用forter_forter模块的情况下安装。
- 作为覆盖模块的最佳实践,建议使用Before / After而不是Around,此外,您应该在覆盖之前使用插件。
© 2020 Forter. 版权所有。