Skip to content

Latest commit

 

History

History
52 lines (47 loc) · 1.67 KB

README.md

File metadata and controls

52 lines (47 loc) · 1.67 KB

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