Update cart.py
Browse files
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,
|