one extraneous check was forgotten
This commit is contained in:
Pavol Rusnak
2023-01-05 13:27:11 +01:00
parent 3ecdad42a5
commit e4c01285b2

View File

@@ -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