feat: add failed payments toggle to wallet page (#2794)

* feat: add failed payments toggle to wallet page

---------

Co-authored-by: Tiago Vasconcelos <talvasconcelos@gmail.com>
This commit is contained in:
dni ⚡
2024-12-10 11:47:09 +01:00
committed by GitHub
co-authored by Tiago Vasconcelos
parent 5104cbb285
commit 7ee78248b7
7 changed files with 54 additions and 23 deletions
+1
View File
@@ -127,6 +127,7 @@ class Payment(BaseModel):
class PaymentFilters(FilterModel):
__search_fields__ = ["memo", "amount"]
status: str
checking_id: str
amount: int
fee: int