﻿=== JSPay for WooCommerce ===
Contributors: jsnet
Tags: woocommerce, payments, JSPay
Requires at least: 6.0
Requires PHP: 8.0
Stable tag: 0.1.0
License: GPLv2 or later

JSPay payment gateway for WooCommerce.

== Description ==

This plugin redirects WooCommerce customers to JSPay and receives signed callbacks to update order status.

== Installation ==

1. Upload the `jspay-woocommerce` folder to `/wp-content/plugins/`.
2. Activate the plugin in WordPress.
3. Go to WooCommerce > Settings > Payments > JSPay.
4. Enter API URL, API Key, Secret Key, and Gateway Code.

== Callback URL ==

Use this callback URL in JSPay requests:

`https://your-shop.com/?wc-api=jspay_callback`

The plugin sends it automatically when creating payments.

== Changelog ==

= 0.1.0 =
Initial MVP release.

