diff --git a/app/api/services/myproduct.py b/app/api/services/myproduct.py index 2252df1..1cc86e0 100644 --- a/app/api/services/myproduct.py +++ b/app/api/services/myproduct.py @@ -58,7 +58,7 @@ class MyProductsService(BaseService): myproduct_data = { "myproudct": { "banner": product_data.banner, - "description": product_description, + "description": product_description.details, "internal_url": "", "price_text": "90 days free and 3.95/Month", "product_id": product_data.product_id,