undostres-com-mx/magento-gateway-undostres
最新稳定版本:1.0.2
Composer 安装命令:
composer require undostres-com-mx/magento-gateway-undostres
包简介
UnDosTres payment gateway for magento.
README 文档
README
Plugin information
This plugin has been tested on Magento Open Source 2.4.3 - 2.4.5, version recommended 2.4.5.
The composer.json have the dependencies of the plugin.
Installation
To install through composer it's only necessary to execute the following on the magento's root folder.
php bin/magento maintenance:enable && composer require undostres-com-mx/magento-gateway-undostres && php bin/magento module:enable Undostres_PaymentGateway && php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy -f && php bin/magento setup:di:compile && php bin/magento cache:flush && php bin/magento maintenance:disable
Update
To update through composer it's only necessary to execute the following on the magento's root folder.
php bin/magento maintenance:enable && composer update undostres-com-mx/magento-gateway-undostres && php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy -f && php bin/magento setup:di:compile && php bin/magento cache:flush && php bin/magento maintenance:disable
Uninstall
To delete the plugin:
php bin/magento maintenance:enable && php bin/magento module:disable Undostres_PaymentGateway && composer remove undostres-com-mx/magento-gateway-undostres && php bin/magento setup:upgrade && php bin/magento setup:static-content:deploy -f && php bin/magento setup:di:compile && php bin/magento cache:flush && php bin/magento maintenance:disable
Configuration
All the configuration needed it's on the payment methods page located on admin site.
Logs
The logging system logs into a folder inside magento root directory.
nano var/log/Undostres_Gateway.log
统计信息
- 总下载量: 139
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2022-07-27