pagofacilnet / module-payment
Payment gateway plugin by PagoFacil.net for Magento 2
Installs: 64
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 4
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3
- ext-curl: *
- ext-json: *
- psr/http-client: 1.0.*
- psr/http-message: 1.0.*
This package is auto-updated.
Last update: 2025-03-29 00:43:28 UTC
README
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
- Read our documentation to learn how to use Pago Fácil solutions
- Blog
- How to contribute
- Code of conduct
- Change log
- Code metrics
Contributors
PagoFacil.net team