output json
This commit is contained in:
parent
bc2c5fd1a9
commit
171aa08e0c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ async def wait_for_paid_invoices(invoice_paid_queue: asyncio.Queue):
|
||||||
logger.trace("received invoice paid event")
|
logger.trace("received invoice paid event")
|
||||||
# send information to sse channel
|
# send information to sse channel
|
||||||
await dispatch_api_invoice_listeners(payment)
|
await dispatch_api_invoice_listeners(payment)
|
||||||
await websocketUpdater(payment.wallet_id, payment)
|
await websocketUpdater(payment.wallet_id, payment.dict())
|
||||||
|
|
||||||
# dispatch webhook
|
# dispatch webhook
|
||||||
if payment.webhook and not payment.webhook_status:
|
if payment.webhook and not payment.webhook_status:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue