=== Neemii Pay for WooCommerce ===
Contributors: neemiipay
Tags: woocommerce, payments, mobile money, africa, checkout, neemii
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
WC requires at least: 7.1
WC tested up to: 9.9
Stable tag: 1.0.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Accept Mobile Money, cards, and bank transfers through Neemii Pay. Merchants never integrate Flutterwave.

== Description ==

Neemii Pay for WooCommerce adds a payment gateway that talks only to the Neemii Pay API.

* Classic checkout and Checkout Blocks
* Redirect to Neemii hosted checkout
* Signed webhooks (`payment.success` / `payment.failed`)
* Automatic webhook registration when you save settings
* Test and Live secret keys
* Refunds from the WooCommerce order screen
* High-Performance Order Storage (HPOS)

The customer pays on Neemii Pay. WooCommerce is updated when Neemii confirms the payment.

== Installation ==

1. Install and activate WooCommerce.
2. Upload the plugin zip via Plugins → Add New → Upload Plugin.
3. Activate **Neemii Pay for WooCommerce**.
4. Go to WooCommerce → Settings → Payments → Neemii Pay.
5. Paste your Test Secret key (`NPSECK_TEST-…`) from Neemii Pay → Developer Space → API Keys.
6. Save. The plugin validates the key and registers the webhook.
7. Place a test order.

== Frequently Asked Questions ==

= Where do I find my API keys? =

Neemii Pay dashboard → Developer Space → API Keys. Use the Secret key only. Never put it in theme JavaScript.

= Does this work with the new checkout block? =

Yes. The gateway is registered for both shortcode checkout and Checkout Blocks.

= My store is local / not HTTPS =

Return-URL verification still marks the order paid when the customer comes back. Live webhooks require a public HTTPS URL.

== Changelog ==

= 1.0.0 =
* Initial release.
