Merge pull request #1301 from prusnak/payment-extra

followup to #1300
This commit is contained in:
calle
2023-01-05 13:29:08 +01:00
committed by GitHub

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