conekta/conekta_payments
最新稳定版本:5.5.0
Composer 安装命令:
composer require conekta/conekta_payments
包简介
Conekta payment gateway
README 文档
README
Magento 2 Plugin v.5.5.0 (Stable)
Installation for Magento 2.4.8-p1
- First add this repository in your composer config
composer config repositories.conekta git https://github.com/conekta/customer-magento-plugin
- Add composer dependency
composer require conekta/conekta_payments 5.5.0
- Update Magento
php bin/magento setup:upgrade
- Compile the component
php bin/magento setup:di:compile
- Enable plugin
php bin/magento module:enable Conekta_Payments
- Update and/or enable cache
bin/magento c:f
Installation for Magento 2.4 (generic)
- First add this repository in your composer config
composer config repositories.conekta git https://github.com/conekta/customer-magento-plugin
- Add composer dependency
composer require conekta/conekta_payments ^5.2
- Update Magento
php bin/magento setup:upgrade
- Compile the component
php bin/magento setup:di:compile
- Enable plugin
php bin/magento module:enable conekta_payments
- Update and/or enable cache
bin/magento c:f
Plugin updates
- List all the components
php bin/magento module:status
-
Verify that the Conekta_Payments component is listed
-
Disable the module
php bin/magento module:disable Conekta_Payments --clear-static-content
-
If it exists, delete the generated files in the folder
<path_magento>/generated/code/Conekta/ -
Add composer dependency
composer require conekta/conekta_payments master
- Update Magento
php bin/magento setup:upgrade
- Compile the component
php bin/magento setup:di:compile
- Enable plugin
php bin/magento module:enable conekta_payments
- Update and/or enable cache
bin/magento c:f
Magento Version Compatibility
The plugin has been tested in Magento 2.4.8-p1, 2.4.7, 2.4.6 Support is not guaranteed for untested versions.
#development local
composer install --ignore-platform-req=ext-gd --ignore-platform-req=ext-intl --ignore-platform-req=ext-xsl
``
统计信息
- 总下载量: 1.57k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2017-07-26