Removed hard coded memebr id
This commit is contained in:
@@ -135,7 +135,7 @@ class MyProductsService(BaseService):
|
||||
# Simulate processing
|
||||
response_data = {
|
||||
"myproduct": myproduct_data,
|
||||
"member_id": 1,
|
||||
"member_id": member_id,
|
||||
"uid": uid,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user