Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -817,7 +817,6 @@ def checkout():
|
|
817 |
"Discount__c": discount,
|
818 |
"Total_Bill__c": total_bill,
|
819 |
"Order_Status__c": "Pending",
|
820 |
-
"Customer2__c": email,
|
821 |
"Order_Details__c": order_details # ✅ Now includes **all details**
|
822 |
}
|
823 |
|
|
|
817 |
"Discount__c": discount,
|
818 |
"Total_Bill__c": total_bill,
|
819 |
"Order_Status__c": "Pending",
|
|
|
820 |
"Order_Details__c": order_details # ✅ Now includes **all details**
|
821 |
}
|
822 |
|