[FEAT] Fiat event tickets (#10)
This commit is contained in:
parent
ff73bc749b
commit
5e391a04bc
7 changed files with 237 additions and 237 deletions
1
tasks.py
1
tasks.py
|
|
@ -24,6 +24,5 @@ async def on_invoice_paid(payment: Payment) -> None:
|
|||
and payment.extra.get("name")
|
||||
and payment.extra.get("email")
|
||||
):
|
||||
|
||||
await set_ticket_paid(payment.payment_hash)
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue