diff --git a/app/api/services/myproduct.py b/app/api/services/myproduct.py index 1cc86e0..59ff10d 100644 --- a/app/api/services/myproduct.py +++ b/app/api/services/myproduct.py @@ -54,6 +54,7 @@ class MyProductsService(BaseService): ''' product_data = Products.get_product_by_product_id(product_id) product_description = ProductsDetails.get_product_details_with_product_id('A000002') + productDataStatus = product_data.status # "banner": "banner.jpg", myproduct_data = { "myproudct": { @@ -66,7 +67,7 @@ class MyProductsService(BaseService): "product_subscription_uid": "", "product_uid": product_data.uid, "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!", "title": "Your personal professional web presence" }