# Payment Page WordPress Plugin

Payment Page is the most powerful way to accept online payments. Connect your payment gateway, choose a template, and you're ready to go!

## Development

1. Clone this repository
1. Clone the `payment-page-react-app` repository
    1. Follow the Development instructions
    1. Follow the Build and Distribution instructions
1. Clone the `payment-page-components` repository
    1. Follow the Development instructions
    1. Follow the Build and Distribution instructions

### PHP Version

This plugin requires PHP 7.1.

### Notes

#### Updates
For each new version, don't forget to:
* Add a changelog entry to `readme.txt`
* Update the version number:
  * In your `readme.txt` file's header
  * In `payment-page.php` header
  * In the `PAYMENT_PAGE_VERSION` constant in the `payment-page.php` file

## Distribution

Coming soon

## Contributors

Thanks to the following people who have contributed to this project:

* [@juanobach](https://github.com/juanobach)
* [@paulmiller3000](https://github.com/paulmiller3000)