An open API service indexing awesome lists of open source software.

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.

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