From f131e18969f7f43bf220e07902b57603a877ac40 Mon Sep 17 00:00:00 2001 From: Tim K Date: Sun, 11 Apr 2021 16:05:21 -0400 Subject: [PATCH] Update LNPay endpoint --- docs/guide/wallets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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