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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -817,6 +817,7 @@ def checkout():
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
 
 
817
  "Discount__c": discount,
818
  "Total_Bill__c": total_bill,
819
  "Order_Status__c": "Pending",
820
+ "Customer2__c": user_id,
821
  "Order_Details__c": order_details # ✅ Now includes **all details**
822
  }
823