zeppto/magento2

停止因支付失败而损失收入!通过备用支付处理器立即重试和批准客户的失败支付,提高销售额5至10%。

安装: 193

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

类型:magento2-module

dev-master 2022-11-25 10:38 UTC

This package is auto-updated.

Last update: 2024-09-25 14:54:14 UTC


README

在Magento界面中无需进行任何配置,请联系我们以在您的实例上启用该服务。

Magento 2: https://magento2dev.augmented.pw/admin_6hwcym

生成包: composer install --ignore-platform-reqs zip -r zeppto_magento2-2.0.0.zip * -x 'README.md'

zip -r zeppto_magento2-2.0.2.zip * -x 'README.md' -x 'vendor/' -x 'composer.phar' -x 'zeppto_magento2' -x Basic_payment_method.md

composer require zeppto/magento2 composer require zeppto/magento2:dev/master

composer require zeppto/magento2:dev-master

php bin/magento indexer:reindex && php bin/magento cache:clean

查看日志: ssh root@magento2dev.augmented.pw cd .. cd /var/www/html/magento2 cd var/www/html/magento2/var/log/

更新代码:rsync -av code/* root@magento2dev.augmented.pw:/var/www/html/magento2/app/code

php bin/magento module:status php bin/magento module:enable Paywax_Wallet

php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:Deploy -f chmod -R 777 var/ generated/ pub/

php bin/magento setup:upgrade && php bin/magento setup:di:compile && php bin/magento setup:static-content:Deploy -f && chmod -R 777 var/ generated/ pub/

使用Code Sniffer测试:php phpcs.phar Documents/paywax/magento-plugin/magento2/app/code/Paywax/Wallet/Api/Service.php