fix: get_payments where clause does query wrong payments including tests (#2844)

* fix: get_payments where clause does query wrong payments (#2841)
This commit is contained in:
dni ⚡
2024-12-19 10:22:37 +01:00
committed by GitHub
parent f17ff3d12b
commit 3a2cf12052
3 changed files with 82 additions and 7 deletions
-2
View File
@@ -108,8 +108,6 @@ async def api_payments_paginated(
await update_pending_payments(key_info.wallet.id)
page = await get_payments_paginated(
wallet_id=key_info.wallet.id,
pending=True,
complete=True,
filters=filters,
)
return page