From a28e33932afcc7eb4fd27b5e86c019bb97684a64 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sat, 5 Jul 2025 15:47:44 -0400 Subject: [PATCH] product_data['banner'] --- 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 cf8d909..405a9b2 100644 --- a/app/api/services/myproduct.py +++ b/app/api/services/myproduct.py @@ -64,7 +64,7 @@ class MyProductsService(BaseService): # "banner": "banner.jpg", myproduct_data = { "myproudct": { - "banner": product_data['banner'], + "banner": product_data.banner, "description": "Product Description - Commitment is something that comes from understanding that everything has its price and then having the willingness to pay that price. This is important because nobody wants to put significant effort into something, only to find out after the fact that the price was too high.The price is something not necessarily defined as financial. It could be time, effort, sacrifice, money or perhaps, something else.", "internal_url": "", "price_text": "90 days free and 3.95/Month",