changed 'comment' top 'content' in webhook
This commit is contained in:
parent
16fff9899f
commit
9db327d5db
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ async def set_ticket_paid(payment_hash: str) -> Tickets:
|
||||||
"form": ticket.form,
|
"form": ticket.form,
|
||||||
"name": ticket.name,
|
"name": ticket.name,
|
||||||
"email": ticket.email,
|
"email": ticket.email,
|
||||||
"comment": ticket.ltext
|
"content": ticket.ltext
|
||||||
},
|
},
|
||||||
timeout=40,
|
timeout=40,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue