product_data['banner']
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user