- 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.1.6
- 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
- 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 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
- 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
The plugin has been tested in Magento 2.3 and 2.4 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
``