https://github.com/prestashop/paymentexample
Payment module example that you can use as a guide to start your own.
https://github.com/prestashop/paymentexample
example example-module payment-module prestashop-module
Last synced: 11 months ago
JSON representation
Payment module example that you can use as a guide to start your own.
- Host: GitHub
- URL: https://github.com/prestashop/paymentexample
- Owner: PrestaShop
- License: afl-3.0
- Created: 2015-11-09T15:39:34.000Z (about 10 years ago)
- Default Branch: dev
- Last Pushed: 2024-09-03T21:01:22.000Z (over 1 year ago)
- Last Synced: 2025-03-17T14:14:40.134Z (11 months ago)
- Topics: example, example-module, payment-module, prestashop-module
- Language: PHP
- Homepage: https://devdocs.prestashop.com/1.7/modules/creation/
- Size: 101 KB
- Stars: 56
- Watchers: 33
- Forks: 55
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example payment module
## About
This repository provides an example to kick start your own payment module development. For more information, head on to the [Official Developer Documentation][documentation].
## Contributing
PrestaShop modules are open source extensions to the [PrestaShop e-commerce platform][prestashop]. Everyone is welcome and even encouraged to contribute with their own improvements!
Just make sure to follow our [contribution guidelines][contribution-guidelines].
## License
This module is released under the [Academic Free License 3.0][AFL-3.0]
[documentation]: https://devdocs.prestashop-project.org/8/modules/payment/
[prestashop]: https://www.prestashop-project.org/
[contribution-guidelines]: https://devdocs.prestashop-project.org/8/contribute/contribution-guidelines/project-modules/
[AFL-3.0]: https://opensource.org/licenses/AFL-3.0