You can find a detailed list of all settings in the WooCommerce PayPal Checkout documentation.
To checkout, you can use your sandbox buyer account, or generate a test credit card.
The documentation for the API endpoints can be found in PayPal's developer documentation
You can also explore the API from PayPal's API Executor
/woocommerce/woocommerce-gateway-paypal-express-checkout/
repository is treated as a development repository: this includes development assets, like unit tests and configuration files. Commit history for this repository includes all commits for all changes to the code base, not just for new versions.A "deployment" in our sense means:
WC_GATEWAY_PPEC_VERSION
constant match.pot
file for all translatable strings in the development repositoryrelease/{version}
so that a PR can be issued on /woocommerce/woocommerce-gateway-paypal-express-checkout/
woocommerce/woocommerce-gateway-paypal-express-checkout/trunk
includes all code for the current version and any new pull requests merged that will be released with the next version. It can be considered stable for staging and development sites but not for production.This project enforces WooCommerce coding standards. Please respect these standards and if possible run appropriate IDE/editor plugins to help you enforce these rules.
We are striving to subject this extension to tests at various levels. They are works in progress. The following will be updated as there is progress. Do check with us if you want to contribute in some way towards these.
Contribution can be done in many ways. We appreciate it.