conekta / conekta_payments
Conekta payment gateway
Installs: 1 186
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 11
Forks: 9
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
- conekta/conekta-php: v6.0.8
Requires (Dev)
- magento/framework: ^103.0
- magento/payment-services: *
- phpstan/phpstan: 1.10.32
- phpunit/phpunit: ^9.0
- squizlabs/php_codesniffer: ^3.7
- dev-master
- 5.1.7
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.3-beta.4
- 5.0.3-beta.3
- 5.0.3-beta.2
- 5.0.3-beta
- 4.2.1
- 4.2.0
- 4.1.9
- 4.1.8
- 4.1.8-beta
- 4.1.7
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- dev-AI-111/magento-loader-fix
- dev-loader-fix
- dev-test-staging
- dev-test-company-no-change-plugin
- dev-qa-test
- dev-feature_chlp_1284
This package is auto-updated.
Last update: 2024-12-06 15:08:25 UTC
README
Magento 2 Plugin v.5.1.7 (Stable)
Installation for Magento 2.3
- 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.7
- 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
- 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
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.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
``