mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 04:46:18 +02:00
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user