=== Touch 'n Go eWallet for WooCommerce ===
Contributors: tngd01
Tags: woocommerce, tngd, alipay, payment gateway
Requires at least: 6.3
Tested up to: 7.0
Requires PHP: 8.0
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

WooCommerce payment gateway integration for Touch 'n Go eWallet / Alipay+ acquiring APIs.

== Description ==

Touch 'n Go eWallet for WooCommerce allows you to accept payments via Touch 'n Go eWallet and Alipay+.

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/touch-n-go-ewallet` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Configure the gateway in WooCommerce settings.

== External Services ==

This plugin connects to external API endpoints provided by Touch 'n Go eWallet (TNGD) and Alipay+ to process payments, query transaction status, and handle refunds.

During checkout, when a customer selects this payment method, transaction metadata is sent to these services, including:
* WooCommerce order ID and total amount
* Merchant credentials
* Customer terminal type (mobile or desktop browser)

All API calls are sent to the configured endpoint (sandbox: `https://api-sd.tngdigital.com.my` or the production endpoint).

These external services are subject to their respective terms and privacy policies:
* Touch 'n Go eWallet: 
- Terms of Service - https://www.touchngo.com.my/assets/pdf/user-tnc.pdf
- Privacy Policy - https://www.tngdigital.com.my/policies/privacy-policy/
- Anti Bribery and Corruption Policy: https://www.tngdigital.com.my/policies/anti-bribery-and-corruption-policy/

== Changelog ==

= 1.0.0 =
* Initial release.
