nagasurendra commited on
Commit
780b0d5
·
verified ·
1 Parent(s): 3848c99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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