productDataStatus
This commit is contained in:
@@ -54,6 +54,7 @@ class MyProductsService(BaseService):
|
|||||||
'''
|
'''
|
||||||
product_data = Products.get_product_by_product_id(product_id)
|
product_data = Products.get_product_by_product_id(product_id)
|
||||||
product_description = ProductsDetails.get_product_details_with_product_id('A000002')
|
product_description = ProductsDetails.get_product_details_with_product_id('A000002')
|
||||||
|
productDataStatus = product_data.status
|
||||||
# "banner": "banner.jpg",
|
# "banner": "banner.jpg",
|
||||||
myproduct_data = {
|
myproduct_data = {
|
||||||
"myproudct": {
|
"myproudct": {
|
||||||
@@ -66,7 +67,7 @@ class MyProductsService(BaseService):
|
|||||||
"product_subscription_uid": "",
|
"product_subscription_uid": "",
|
||||||
"product_uid": product_data.uid,
|
"product_uid": product_data.uid,
|
||||||
"promotion_text": "Start Free Today !",
|
"promotion_text": "Start Free Today !",
|
||||||
"status": 1,
|
"status": productDataStatus,
|
||||||
"subscription_text": "Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn\u2019t support the vision then change it!",
|
"subscription_text": "Start with your goals in mind and then work possible.ith yand Goals. If the plan doesn\u2019t support the vision then change it!",
|
||||||
"title": "Your personal professional web presence"
|
"title": "Your personal professional web presence"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user