mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-26 20:06:17 +02:00
Change asdict to dict (#1757)
This commit is contained in:
@@ -44,7 +44,7 @@ async def wait_for_paid_invoices(invoice_paid_queue: asyncio.Queue):
|
|||||||
payment.wallet_id,
|
payment.wallet_id,
|
||||||
{
|
{
|
||||||
"wallet_balance": wallet.balance or None,
|
"wallet_balance": wallet.balance or None,
|
||||||
"payment": payment._asdict(),
|
"payment": payment.dict(),
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
# dispatch webhook
|
# dispatch webhook
|
||||||
|
Reference in New Issue
Block a user