mirror of
https://github.com/lnbits/lnbits.git
synced 2025-10-10 04:22:35 +02:00
fix duplication typo
This commit is contained in:
@@ -41,7 +41,6 @@ async def on_invoice_paid(payment: Payment):
|
|||||||
"amount": payment.amount,
|
"amount": payment.amount,
|
||||||
"comment": payment.extra.get("comment"),
|
"comment": payment.extra.get("comment"),
|
||||||
"lnurlp": pay_link.id,
|
"lnurlp": pay_link.id,
|
||||||
"lnurlp": pay_link.id,
|
|
||||||
"body": json.loads(pay_link.webhook_body)
|
"body": json.loads(pay_link.webhook_body)
|
||||||
if pay_link.webhook_body
|
if pay_link.webhook_body
|
||||||
else "",
|
else "",
|
||||||
|
Reference in New Issue
Block a user