mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-25 23:21:21 +01:00
webhook to pay_invoice/fix
This commit is contained in:
parent
8b3af03519
commit
0bede387f5
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ async def pay_invoice(
|
||||||
f"didn't receive checking_id from backend, payment may be stuck in database: {temp_id}"
|
f"didn't receive checking_id from backend, payment may be stuck in database: {temp_id}"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
additionals = None
|
||||||
if type(webhook) is str:
|
if type(webhook) is str:
|
||||||
webhook_url = webhook
|
webhook_url = webhook
|
||||||
elif type(webhook) is tuple:
|
elif type(webhook) is tuple:
|
||||||
|
|
Loading…
Add table
Reference in a new issue