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",