remove extraneous not payment.extra check

followup to fca7e7bec3
This commit is contained in:
Pavol Rusnak 2023-01-08 12:19:58 +00:00
parent d5009a7d0a
commit aa067df380
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -20,9 +20,6 @@ async def wait_for_paid_invoices():
async def on_invoice_paid(payment: Payment) -> None:
if not payment.extra:
return
if payment.extra.get("tag") != "tpos":
return