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