mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-07-07 12:16: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",
|
"paid",
|
||||||
"mib_reference",
|
"mib_reference",
|
||||||
"is_expired",
|
"is_expired",
|
||||||
|
"expires_at",
|
||||||
"created_at",
|
"created_at",
|
||||||
"updated_at",
|
"updated_at",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user