docs(guide): fix mangled LNPay webhook example markdown (#4071)
Some checks are pending
codeql / analyze (push) Waiting to run

Co-authored-by: Sera (Bartok9) <sera@local>
This commit is contained in:
Bartok 2026-07-20 07:02:07 -05:00 committed by GitHub
parent f5989201d9
commit b5454f3a18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 `<your LNbits host>/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 `<your LNbits host>/wallet/webhook` with the event **Wallet Receive** and no secret. Example: `https://mylnbits.example/wallet/webhook`.
**Required env vars**