contacts commoents list
This commit is contained in:
@@ -35,7 +35,7 @@ class CommentsService(BaseService):
|
||||
member_data = Members.get_member_by_uid(uid)
|
||||
member_id = member_data.id
|
||||
|
||||
contacts_product_list = Products.get_contact_supported_product_list(member_id)
|
||||
contacts_product_list = Products.get_comments_supported_product_list(member_id)
|
||||
category_data = []
|
||||
for t in contacts_product_list:
|
||||
category_data.append({
|
||||
|
||||
Reference in New Issue
Block a user