nagasurendra commited on
Commit
25adbca
·
verified ·
1 Parent(s): f161242

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -278,9 +278,9 @@ def submit_customization_ingredients():
278
  'Name': item['name'],
279
  'Price__c': total_price,
280
  'Description__c': f"Add-Ons: {ingredient_names}; Instructions: {item.get('instructions', '')}",
281
- 'Image1__c': item.get('image_url', ''),
282
- 'Veg_NonVeg__c': item.get('veg_nonveg', ''),
283
- 'Section__c': item.get('section', '')
284
  })
285
 
286
  logger.debug(f"Created new Cart_Item__c for {item['name']}")
 
278
  'Name': item['name'],
279
  'Price__c': total_price,
280
  'Description__c': f"Add-Ons: {ingredient_names}; Instructions: {item.get('instructions', '')}",
281
+ 'Image1__c': menu_item.get('image_url', ''),
282
+ 'Veg_NonVeg__c': menu_item.get('veg_nonveg', ''),
283
+ 'Section__c': menu_item.get('section', '')
284
  })
285
 
286
  logger.debug(f"Created new Cart_Item__c for {item['name']}")