pay ments

This commit is contained in:
CHIEFSOFT\ameye
2025-09-02 13:07:49 -04:00
parent 6db6b6cf8e
commit eec13ea764
+1 -1
View File
@@ -49,7 +49,7 @@ class OfficeDashboardService(BaseService):
total_pages = (total_count + limit - 1) // limit
response_data = {
'subscriptions': member_sub_data,
'payments': member_sub_data,
'count': len(member_sub_data),
'pagination': {
'total_count': total_count,