conekta/conekta_payments

Conekta payment gateway

Installs: 1 010

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 11

Forks: 9

Open Issues: 0

Type:magento2-module

5.1.2 2024-03-08 19:40 UTC

README

alt tag

Magento 2 Plugin v.5.1.2 (Stable)

Installation for Magento 2.3

  1. First add this repository in your composer config
composer config repositories.conekta git https://github.com/conekta/customer-magento-plugin
  1. Add composer dependency
composer require conekta/conekta_payments 5.1.2
  1. Update Magento
php bin/magento setup:upgrade
  1. Compile the component
php bin/magento setup:di:compile
  1. Enable plugin
php bin/magento module:enable conekta_payments 
  1. Update and/or enable cache
bin/magento c:f

Installation for Magento 2.4

  1. First add this repository in your composer config
composer config repositories.conekta git https://github.com/conekta/customer-magento-plugin
  1. Add composer dependency
composer require conekta/conekta_payments master
  1. Update Magento
php bin/magento setup:upgrade
  1. Compile the component
php bin/magento setup:di:compile
  1. Enable plugin
php bin/magento module:enable conekta_payments 
  1. Update and/or enable cache
bin/magento c:f

Plugin updates

  1. List all the components
php bin/magento module:status 
  1. Verify that the Conekta_Payments component is listed

  2. Disable the module

php bin/magento module:disable Conekta_Payments --clear-static-content
  1. If it exists, delete the generated files in the folder <path_magento>/generated/code/Conekta/

  2. Add composer dependency

composer require conekta/conekta_payments master
  1. Update Magento
php bin/magento setup:upgrade
  1. Compile the component
php bin/magento setup:di:compile
  1. Enable plugin
php bin/magento module:enable conekta_payments 
  1. 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
``