subscription style
This commit is contained in:
@@ -33,7 +33,7 @@ class AccountService(BaseService):
|
||||
{"id": "3", "description": "Appointments", "last_update": "10-12-2010 11:30 AM",
|
||||
"value": random.randint(0, 10), "data_span": 'Last 14 days',"link":"#", "extra_style" : ''},
|
||||
{"id": "4", "description": "Upgrade Account", "last_update": "10-12-2010 11:30 AM",
|
||||
"value": "Free Trial", "data_span": 'End: 10/10/2025',"link":"#", "extra_style" : " billing "}
|
||||
"value": "Free Trial", "data_span": 'End: 10/10/2025',"link":"/subscription", "extra_style" : " billing "}
|
||||
]
|
||||
}
|
||||
return ResponseHelper.success(data=bar_data)
|
||||
|
||||
Reference in New Issue
Block a user