Cryptomo for WHMCS 1.1.0
========================

1. Upload the "modules" folder into your WHMCS root folder (it merges with the existing one).
   You get:
     modules/gateways/cryptomo.php
     modules/gateways/cryptomo/Client.php
     modules/gateways/callback/cryptomo.php
2. WHMCS admin → Configuration → System Settings → Payment Gateways → All Payment Gateways → "Cryptomo".
3. Enter the Cryptomo URL, public key, secret key and webhook secret (Cryptomo dashboard → Stores).
4. In Cryptomo, set the store Webhook URL to:
     https://YOUR-WHMCS-DOMAIN/modules/gateways/callback/cryptomo.php
5. Make sure the store's price currencies include your WHMCS currencies (USD, EUR, INR…).

How it works: the client clicks "Pay with crypto" on the invoice, pays on the Cryptomo checkout,
and the invoice is marked paid automatically when Cryptomo sends the signed webhook. The module
re-checks every payment with the Cryptomo API before adding it, and ignores duplicates.
