Change asdict to dict (#1757)
This commit is contained in:
parent
ec623f4861
commit
cd17b59a3a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue