Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -433,7 +433,7 @@ def checkout():
|
|
433 |
new_reward_points = customer['Reward_Points__c'] + reward_points_to_add
|
434 |
discount=0
|
435 |
total_bill=total_price
|
436 |
-
|
437 |
"Customer_Name__c": user_id,
|
438 |
"Customer_Email__c": email,
|
439 |
"Total_Amount__c": total_price,
|
|
|
433 |
new_reward_points = customer['Reward_Points__c'] + reward_points_to_add
|
434 |
discount=0
|
435 |
total_bill=total_price
|
436 |
+
order_data = {
|
437 |
"Customer_Name__c": user_id,
|
438 |
"Customer_Email__c": email,
|
439 |
"Total_Amount__c": total_price,
|