nagasurendra commited on
Commit
4f13e4d
·
verified ·
1 Parent(s): c4b6776

Update cart.py

Browse files
Files changed (1) hide show
  1. cart.py +1 -0
cart.py CHANGED
@@ -394,6 +394,7 @@ def checkout():
394
  "Customer_Email__c": email,
395
  "Total_Amount__c": total_price,
396
  "Discount__c": discount,
 
397
  "Total_Bill__c": total_bill,
398
  "Order_Status__c": "Pending",
399
  "Customer2__c": customer_id,
 
394
  "Customer_Email__c": email,
395
  "Total_Amount__c": total_price,
396
  "Discount__c": discount,
397
+ "Billing_Status__c": "Pending",
398
  "Total_Bill__c": total_bill,
399
  "Order_Status__c": "Pending",
400
  "Customer2__c": customer_id,