member_id
This commit is contained in:
@@ -54,7 +54,7 @@ class Products(db.Model):
|
||||
return json_output
|
||||
|
||||
@classmethod
|
||||
def get_user_product_list(cls):
|
||||
def get_user_product_list(cls, member_id):
|
||||
"""
|
||||
Return all offers in dictionary format.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user