Skip to content

angelbarrientos/pagofacil-card-magento2

 
 

Magento Payment gateway extension.

pagofacil_logo

PagoFácil Online

How to work?

Practical solution that offers comfort and confidentiality. In just a few simple steps you can start charging

  • step 1
    • Your customer makes his order
  • step 2
    • Your customer enter the credit card details
  • step 3
    • Confirm the order and purchase information
  • step 4
    • You and your clustomer receive confirmation of the transaction

Install

Remember the basic known about

usermod -a -G <web server group name> <support user>
chown -R <web server user name>:<web server group name> /path/of/your/magento
find . -type d -exec chmod 775 {} + && find . -type f -exec chmod 664 {} + && chmod ug+x bin/magento

composer require pagofacilnet/module-payment

bin/magento module:enable Pagofacil_Card --clear-static-content
bin/magento setup:upgrade
bin/magento setup:di:compile

If you need more information about how to install, please, read the Magento installation flow

Update

composer clear-cache
composer update pagofacilnet/card-magento2
bin/magento setup:upgrade
bin/magento setup:di:compile

Documentation

Contributors

PagoFacil.net team

License

Open Source License

About

No description, website, or topics provided.

Resources

License

OSL-3.0, AFL-3.0 licenses found

Licenses found

OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 89.7%
  • HTML 5.4%
  • JavaScript 4.9%