mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-27 20:36:16 +02:00
changed 'comment' top 'content' in webhook
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user