mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-01-19 05:33:47 +01:00
Merge pull request #1328 from prusnak/payment-extra
tpos: remove extraneous not payment.extra check
This commit is contained in:
commit
84f9deed77
@ -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…
Reference in New Issue
Block a user