diff --git a/.env.example b/.env.example index 9a47cd7e1..a05683ff7 100644 --- a/.env.example +++ b/.env.example @@ -43,7 +43,7 @@ LND_REST_CERT="/home/bob/.config/Zap/lnd/bitcoin/mainnet/wallet-1/data/chain/bit LND_REST_MACAROON="HEXSTRING" # LNPayWallet -LNPAY_API_ENDPOINT=https://lnpay.co/v1/ +LNPAY_API_ENDPOINT=https://api.lnpay.co/v1/ LNPAY_API_KEY=LNPAY_API_KEY LNPAY_WALLET_KEY=LNPAY_ADMIN_KEY diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0d9c0d8e5..9f1144678 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: env: LNBITS_BACKEND_WALLET_CLASS: LNPayWallet LNBITS_FORCE_HTTPS: 0 - LNPAY_API_ENDPOINT: https://lnpay.co/v1/ + LNPAY_API_ENDPOINT: https://api.lnpay.co/v1/ LNPAY_API_KEY: sak_gG5pSFZhFgOLHm26a8hcWvXKt98yd LNPAY_ADMIN_KEY: waka_HqWfOoNE0TPqmQHSYErbF4n9 LNPAY_INVOICE_KEY: waki_ZqFEbhrTyopuPlOZButZUw diff --git a/docs/guide/wallets.md b/docs/guide/wallets.md index 260060b5f..64b61bae9 100644 --- a/docs/guide/wallets.md +++ b/docs/guide/wallets.md @@ -54,10 +54,10 @@ Using this wallet requires the installation of the `lndgrpc` and `purerpc` Pytho ### LNPay -For the invoice listener to work you have a publicly accessible URL in your LNbits and must set up [LNPay webhooks](https://lnpay.co/webhook/) pointing to `/wallet/webhook` with the "Wallet Receive" event and no secret. +For the invoice listener to work you have a publicly accessible URL in your LNbits and must set up [LNPay webhooks](https://dashboard.lnpay.co/webhook/) pointing to `/wallet/webhook` with the "Wallet Receive" event and no secret. - `LNBITS_BACKEND_WALLET_CLASS`: **LNPayWallet** -- `LNPAY_API_ENDPOINT`: https://lnpay.co/v1/ +- `LNPAY_API_ENDPOINT`: https://api.lnpay.co/v1/ - `LNPAY_API_KEY`: sak_apiKey - `LNPAY_WALLET_KEY`: waka_apiKey