=== Cryptomo for WooCommerce ===
Contributors: cryptomo
Tags: crypto, bitcoin, usdt, payments, woocommerce
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 1.1.0
License: GPLv2 or later

Accept Bitcoin, USDT, Ethereum and other cryptocurrencies in your WooCommerce store.

== Description ==

Customers pick a coin on a secure hosted checkout page, scan a QR code and pay from any wallet.
Orders are marked as paid automatically when the payment is confirmed on the blockchain.

* Classic and block checkout
* HPOS (custom order tables) compatible
* Signed webhooks (HMAC-SHA256 with timestamp); the plugin re-checks every invoice with the API before changing an order
* Partial payments put the order on hold; expired invoices cancel unpaid orders

== Installation ==

1. Upload the zip in Plugins → Add New → Upload Plugin and activate it.
2. In your Cryptomo dashboard, create a store and an API key.
3. In WooCommerce → Settings → Payments → Cryptomo, enter the Cryptomo URL, public key, secret key and webhook secret.
4. Copy the Webhook URL shown in the plugin settings (…/wp-json/cryptomo/v1/webhook) into your Cryptomo store's Webhook URL.
5. Use "Send test webhook" in the Cryptomo dashboard to check the connection.

== Changelog ==

= 1.1.0 =
* API requests use v2 signatures (method and path are signed too). Needs Cryptomo 1.9 or newer.

= 1.0.0 =
* First release.
