Plugin Directory

Changeset 3457338


Ignore:
Timestamp:
02/09/2026 06:13:56 PM (7 weeks ago)
Author:
jacobo1
Message:

Fix readme.txt section order for Screenshots tab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kaspa-payments-gateway-woocommerce/trunk/readme.txt

    r3457334 r3457338  
    3333* Kaspa wallet (Kaspium recommended) with KPUB export capability
    3434
     35= External Services =
     36
     37This plugin connects to the following third-party services:
     38
     39**Kaspa API (api.kaspa.org)** – Payment verification and optional price source. Sends payment addresses only (public blockchain data). [More info](https://api.kaspa.org)
     40
     41**Price APIs** – Configurable sources for KAS/USD rates (no user data sent):
     42
     43* CoinGecko ([Terms](https://www.coingecko.com/en/terms) | [Privacy](https://www.coingecko.com/en/privacy))
     44* CryptoCompare ([Terms](https://www.cryptocompare.com/terms) | [Privacy](https://www.cryptocompare.com/privacy-policy))
     45* MEXC, KuCoin, Gate.io, HTX, CoinEx – Public ticker endpoints (no API key required)
     46
     47**QR Server API (api.qrserver.com)** – Generates QR codes for payment addresses. Sends address and amount only. ([Terms](https://goqr.me/api/terms-of-service/) | [Privacy](https://goqr.me/api/privacy-policy/))
     48
    3549== Installation ==
    3650
     
    45592. **Import in WordPress**: Kaspa → Wallet Setup → Paste KPUB → Validate & Import
    46603. **Enable Payments**: WooCommerce → Settings → Payments → Enable "Kaspa Payments"
    47 
    48 == Screenshots ==
    49 
    50 1. Dashboard with Total Sales, Total Orders, Success Rate, and Recent Orders
    51 2. Customer payment page with QR code, address, and amount to send
    52 3. Wallet active – KPUB watch-only status and benefits
    53 4. Wallet setup – Import Extended Public Key (KPUB)
    5461
    5562== Frequently Asked Questions ==
     
    7481
    7582Yes. Addresses are generated sequentially starting from index 0, so they automatically appear in Kaspium wallets.
     83
     84== Screenshots ==
     85
     861. Dashboard with Total Sales, Total Orders, Success Rate, and Recent Orders
     872. Customer payment page with QR code, address, and amount to send
     883. Wallet active – KPUB watch-only status and benefits
     894. Wallet setup – Import Extended Public Key (KPUB)
    7690
    7791== Changelog ==
     
    121135Fixes wallet reset, status display, and payment page routing.
    122136
    123 == External Services ==
    124 
    125 This plugin connects to the following third-party services:
    126 
    127 **Kaspa API (api.kaspa.org)** – Payment verification and optional price source. Sends payment addresses only (public blockchain data). [More info](https://api.kaspa.org)
    128 
    129 **Price APIs** – Configurable sources for KAS/USD rates (no user data sent):
    130 * CoinGecko ([Terms](https://www.coingecko.com/en/terms) | [Privacy](https://www.coingecko.com/en/privacy))
    131 * CryptoCompare ([Terms](https://www.cryptocompare.com/terms) | [Privacy](https://www.cryptocompare.com/privacy-policy))
    132 * MEXC, KuCoin, Gate.io, HTX, CoinEx – Public ticker endpoints (no API key required)
    133 
    134 **QR Server API (api.qrserver.com)** – Generates QR codes for payment addresses. Sends address and amount only. ([Terms](https://goqr.me/api/terms-of-service/) | [Privacy](https://goqr.me/api/privacy-policy/))
    135 
Note: See TracChangeset for help on using the changeset viewer.