[FEAT] Fiat event tickets (#10)

This commit is contained in:
Tiago Vasconcelos 2023-12-12 10:42:50 +00:00 committed by GitHub
parent ff73bc749b
commit 5e391a04bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 237 additions and 237 deletions

View file

@ -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