Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ def generate_custom_dish():
|
|
169 |
'Quantity__c': 1, # Assuming a default quantity of 1 for the custom dish
|
170 |
'Add_Ons__c': '', # Set Add_ons__c to empty
|
171 |
'Add_Ons_Price__c': 0, # Set Add_Ons_Price__c to 0
|
172 |
-
'Instructions__c':
|
173 |
'Customer_Email__c': email # Associate the custom dish with the logged-in user
|
174 |
}
|
175 |
|
|
|
169 |
'Quantity__c': 1, # Assuming a default quantity of 1 for the custom dish
|
170 |
'Add_Ons__c': '', # Set Add_ons__c to empty
|
171 |
'Add_Ons_Price__c': 0, # Set Add_Ons_Price__c to 0
|
172 |
+
'Instructions__c': '', # Use the custom dish description as the instructions
|
173 |
'Customer_Email__c': email # Associate the custom dish with the logged-in user
|
174 |
}
|
175 |
|