From b5454f3a18df51db4235d4fddd8fb1b62ffaa485 Mon Sep 17 00:00:00 2001 From: Bartok Date: Mon, 20 Jul 2026 07:02:07 -0500 Subject: [PATCH] docs(guide): fix mangled LNPay webhook example markdown (#4071) Co-authored-by: Sera (Bartok9) --- docs/guide/wallets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/wallets.md b/docs/guide/wallets.md index 192389e48..a671889c4 100644 --- a/docs/guide/wallets.md +++ b/docs/guide/wallets.md @@ -197,7 +197,7 @@ uv run lnbits-cli encrypt macaroon ## LNPay -For the invoice listener to work you must have a publicly accessible URL in your LNbits and set up [LNPay webhooks](https://dashboard.lnpay.co/webhook/) pointing to `/wallet/webhook` with the event **Wallet Receive** and no secret. Example: [https://mylnbits/wallet/webhook](`https://mylnbits/wallet/webhook). +For the invoice listener to work you must have a publicly accessible URL in your LNbits and set up [LNPay webhooks](https://dashboard.lnpay.co/webhook/) pointing to `/wallet/webhook` with the event **Wallet Receive** and no secret. Example: `https://mylnbits.example/wallet/webhook`. **Required env vars**