changed 'comment' top 'content' in webhook

This commit is contained in:
benarc 2020-11-30 21:12:00 +00:00
parent 16fff9899f
commit 9db327d5db

View File

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