mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2026-07-30 01:54:43 +00:00
feat(wallet): add transaction_type field to WalletTransactionFilter for enhanced filtering options ✨
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
This commit is contained in:
+1
-1
@@ -107,4 +107,4 @@ class WalletTransactionFilter(django_filters.FilterSet):
|
||||
|
||||
class Meta:
|
||||
model = WalletTransaction
|
||||
fields = ["user", "amount", "created_at"]
|
||||
fields = ["user", "amount", "created_at", "transaction_type"]
|
||||
|
||||
Reference in New Issue
Block a user