Merge pull request #1328 from prusnak/payment-extra
tpos: remove extraneous not payment.extra check
This commit is contained in:
commit
84f9deed77
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue