mirror of
https://github.com/lnbits/lnbits.git
synced 2026-08-13 12:42:47 +02:00
docs(guide): fix mangled LNPay webhook example markdown (#4071)
Some checks are pending
codeql / analyze (push) Waiting to run
Some checks are pending
codeql / analyze (push) Waiting to run
Co-authored-by: Sera (Bartok9) <sera@local>
This commit is contained in:
parent
f5989201d9
commit
b5454f3a18
1 changed files with 1 additions and 1 deletions
|
|
@ -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**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue