mirror of
https://github.com/lnbits/lnbits.git
synced 2025-03-29 11:12:11 +01:00
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…
x
Reference in New Issue
Block a user