Merge pull request #1328 from prusnak/payment-extra

tpos: remove extraneous not payment.extra check
This commit is contained in:
calle 2023-01-09 12:11:20 +01:00 committed by GitHub
commit 84f9deed77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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