Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

conekta/femsa-customer-magento-plugin

Repository files navigation

alt tag

Magento 2 Plugin v.5.1.0 (Stable)

Installation for Magento 2.3

  1. First add this repository in your composer config
composer config repositories.femsa git https://github.com/femsa/customer-magento-plugin
  1. Add composer dependency
composer require femsa/femsa_payments 5.1.0
  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 femsa_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.femsa git https://github.com/femsa/customer-magento-plugin
  1. Add composer dependency
composer require femsa/femsa_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 femsa_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 femsa_Payments component is listed

  2. Disable the module

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

  2. Add composer dependency

composer require femsa/femsa_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 femsa_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
``

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published