# China Payments Plugin

WeChat Pay + Alipay + WooCommerce + Stripe = Easily accept payments from Chinese customers for products and services of all kinds.

## Development

1. Clone this repository
1. Navigate to `/wp-content/plugins/china-payments-plugin/gaucho/blocks`
1. Run `npm install`
1. Run `npm run dev`

### Plugin Structure

Following is the pre-built plugin structure. You can add your own new class files (include `namespace` and `use` at the top) by naming them correctly and putting the files in the most appropriate location.

* `bsd-strong-post/assets` - Public assets such as CSS
* `china-payments-plugin/_inc` - Core plugin functionality
* `china-payments-plugin/_inc/admin` - Admin-specific functionality

### PHP Version

This plugin requires PHP 7.0.0.

### 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

## Distribution

Coming soon

## Contributors

Thanks to the following people who have contributed to this project:

* [@slashcat](https://github.com/slashcat)
* [@paulmiller3000](https://github.com/paulmiller3000)