mirror of
https://github.com/lnbits/lnbits.git
synced 2025-04-01 08:29:12 +02:00
Change asdict to dict (#1757)
This commit is contained in:
parent
ec623f4861
commit
cd17b59a3a
@ -44,7 +44,7 @@ async def wait_for_paid_invoices(invoice_paid_queue: asyncio.Queue):
|
||||
payment.wallet_id,
|
||||
{
|
||||
"wallet_balance": wallet.balance or None,
|
||||
"payment": payment._asdict(),
|
||||
"payment": payment.dict(),
|
||||
},
|
||||
)
|
||||
# dispatch webhook
|
||||
|
Loading…
x
Reference in New Issue
Block a user