mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-07 18:26:30 +00:00
feat(billing): Add 'expires_at' field to TopupSerializer for better expiration tracking ✨
This commit is contained in:
@ -46,6 +46,7 @@ class TopupSerializer(serializers.ModelSerializer):
|
||||
"paid",
|
||||
"mib_reference",
|
||||
"is_expired",
|
||||
"expires_at",
|
||||
"created_at",
|
||||
"updated_at",
|
||||
]
|
||||
|
Reference in New Issue
Block a user