=== ePayments Gateway for WooCommerce ===
Contributors: kennychen12345
Tags: woocommerce, payment, gateway, epayments
Requires at least: 5.0
Tested up to: 6.7
Stable tag: 1.0.0
Requires PHP: 7.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Enable WeChat Pay and Alipay payments in your WooCommerce store through the ePayments payment gateway.

== Description ==

WooCommerce ePayments Gateway adds support for WeChat Pay and Alipay payment methods to your WooCommerce store through the ePayments processing service.

= Features =

* Accept WeChat Pay payments
* Accept Alipay payments
* Secure payment processing
* Automatic payment status updates
* Easy configuration

== External Services ==

This plugin connects to the ePayments payment processing service to handle payment transactions. This connection is essential for processing payments through WeChat Pay and Alipay.

= Data Transmission =
The following data is sent to api.wetopay.com when processing payments:

* Order Information:
  * Order ID
  * Order total amount
  * Currency
  * Payment channel selected (WeChat or Alipay)
  
* Store Information:
  * Merchant ID
  * Return URL (for redirecting customers back to your store)
  * Notification URL (for receiving payment status updates)

Data is transmitted when:

1. A customer initiates a payment (to generate the payment URL)
2. ePayments sends payment status notifications back to your store

All data transmission is secured using HTTPS and authenticated using your merchant credentials and MD5 signatures.

= Service Provider Information =
This service is provided by ePayments:

* Website: https://www.epayments.com.au/

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/wc-epayments` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Go to WooCommerce > Settings > Payments
4. Enable "ePayments Gateway" and configure your merchant credentials

== Configuration ==

1. Enable/Disable - Enable this payment gateway
2. Title - Title shown during checkout
3. Description - Description shown during checkout
4. Merchant ID - Your ePayments merchant ID
5. Secret Key - Your ePayments secret key

== Support ==

For support inquiries, please contact:

* Email: info@epayments.com.au

== Changelog ==

= 1.0.0 =
* Initial release

== Upgrade Notice ==

= 1.0.0 =
Initial release of the WooCommerce ePayments Gateway plugin.