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
commit 26d661deca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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