pay ments
This commit is contained in:
@@ -49,7 +49,7 @@ class OfficeDashboardService(BaseService):
|
|||||||
total_pages = (total_count + limit - 1) // limit
|
total_pages = (total_count + limit - 1) // limit
|
||||||
|
|
||||||
response_data = {
|
response_data = {
|
||||||
'subscriptions': member_sub_data,
|
'payments': member_sub_data,
|
||||||
'count': len(member_sub_data),
|
'count': len(member_sub_data),
|
||||||
'pagination': {
|
'pagination': {
|
||||||
'total_count': total_count,
|
'total_count': total_count,
|
||||||
|
|||||||
Reference in New Issue
Block a user