From b83915be464aa01e86e5963581600dcfc524ac42 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 5 Jul 2025 21:50:30 -0400 Subject: [PATCH] details --- app/api/services/myproduct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,