changed 'comment' top 'content' in webhook
This commit is contained in:
parent
16fff9899f
commit
9db327d5db
|
@ -62,7 +62,7 @@ async def set_ticket_paid(payment_hash: str) -> Tickets:
|
|||
"form": ticket.form,
|
||||
"name": ticket.name,
|
||||
"email": ticket.email,
|
||||
"comment": ticket.ltext
|
||||
"content": ticket.ltext
|
||||
},
|
||||
timeout=40,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user