# kevin. E-Commerce module

Payment module for e-commerce.


## Prerequisites

- PHP 5.6 or later

## Contributing
Before making any code changes, make sure to run `composer install` to install development requirements.

We are using PHP CS Fixer GitHub action to conduct code style checks for each commit and pull request. Make sure to run `composer fix-style` before
committing changes to make sure your code matches our style standards. Pull requests with failed style checks will not
be approved.

*WARNING*: we use risky rules so make sure to check for breaking style fixes.

Style errors and violated rules log can be viewed by running `composer check-style` command.

## Support

Email: help@kevin.eu

## License

- <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html" target="_blank">GPLv2 license</a>
- Copyright© 2022 <a href="https://www.kevin.eu/" target="_blank">kevin.</a>
