productDataStatus

This commit is contained in:
CHIEFSOFT\ameye
2025-07-06 19:04:59 -04:00
parent b83915be46
commit e1dc35ec45
+2 -1
View File
@@ -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"
}