refactor(billing): enhance SMS message formatting for expired topups with improved date handling

This commit is contained in:
2025-07-08 20:52:42 +05:00
parent d0a8408121
commit 39da7607f6
3 changed files with 13 additions and 4 deletions

View File

@ -13,9 +13,9 @@ class PaymentAdmin(admin.ModelAdmin):
"paid",
"paid_at",
"method",
"is_expired",
"expires_at",
"created_at",
"expires_at",
"is_expired",
"updated_at",
)