mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-10-05 13:35:23 +00:00
feat(wallet): add transaction_type field to WalletTransactionFilter for enhanced filtering options ✨
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled
This commit is contained in:
@@ -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