Spaces:
Sleeping
Sleeping
Update customdish.py
#2
by
geethareddy
- opened
- customdish.py +1 -1
customdish.py
CHANGED
@@ -53,7 +53,7 @@ def generate_custom_dish():
|
|
53 |
'Section__c': 'Customized dish',
|
54 |
'Total_Ordered__c': 0
|
55 |
'Ingredients_List__c':Ingredients List
|
56 |
-
|
57 |
|
58 |
# Insert the custom dish into Salesforce (Custom_Dish__c object)
|
59 |
result = sf.Custom_Dish__c.create(custom_dish)
|
|
|
53 |
'Section__c': 'Customized dish',
|
54 |
'Total_Ordered__c': 0
|
55 |
'Ingredients_List__c':Ingredients List
|
56 |
+
}
|
57 |
|
58 |
# Insert the custom dish into Salesforce (Custom_Dish__c object)
|
59 |
result = sf.Custom_Dish__c.create(custom_dish)
|