mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 10:39:59 +01:00
parent
3ecdad42a5
commit
e4c01285b2
@ -35,8 +35,6 @@ async def on_invoice_paid(payment: Payment) -> None:
|
||||
|
||||
|
||||
async def mark_webhook_sent(payment: Payment, status: int) -> None:
|
||||
if not payment.extra:
|
||||
return
|
||||
|
||||
payment.extra["wh_status"] = status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user