=== Sandbox Payment Gateway for WooCommerce ===
Contributors: webmonk
Donate link: https://paypal.me/scopes90?locale.x=en_GB
Tags: woocommerce,payment gateways, sandbox, demo
Requires at least: 4.7
Tested up to: 6.8
Stable tag: 1.0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

WooCommerce plugin to test the checkout with fake payments.

== Description ==

WooCommerce Sandbox Payment Gateway eliminates the need to create coupons to reduce the order total or test actual payment gateways with real payment.

### Stimulating a successful credit card transaction
- Use any valid credit card details.

### Stimulating a failed credit card transaction
- Use this card number 4929000000022 with a valid expiry and CVV input

### Stimulating a successful eCheck transaction
- Use any valid checking account details.

### Development

The development of the Plugin happens over at [github](https://github.com/webmonk/woocommerce-sandbox-payment).

If you want to contribute to the Plugin, [fork the project at github](https://github.com/webmonk/woocommerce-sandbox-payment) and send me a pull request.

== Installation ==

* Upload `woocommerce-sandbox-payment` unzipped file to the `/wp-content/plugins/` directory
* Activate the plugin through the 'Plugins' menu in WordPress
* Go to WooCommerce > Settings > Payments to enable Sandbox credit card and Sandbox eCheck.

== Frequently Asked Questions ==

= Can I test with real credit cards =

Yes, you can. Although you won't be charged as this is only a test payment.


== Screenshots ==

1. Screenshot of the admin payments page showing all available payment gateways
2. Screenshot of the settings page for sandbox credit card
3. Screenshot of the settings page for sandbox eCheck
4. Screenshot of credit card payment form on the checkout page
5. Screenshot of eCheck payment form on the checkout page
6. Screenshot of admin order page showing status of the transaction and order notes

== Changelog ==

= 1.0.4 =
* Compatibility: Marked as tested with WordPress 6.8
* WooCommerce: Refactor gateways to extend WC_Payment_Gateway and harden input handling
* DevOps: Add GitHub Action to auto-deploy WordPress.org assets

= 1.0.1 =
* Initial Release
