Rammohan0504 commited on
Commit
d2cbfea
·
verified ·
1 Parent(s): d8d6d04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -614,7 +614,7 @@ def order_summary():
614
 
615
 
616
 
617
- return render_template("order.html", order=order, discount=discount, final_total=final_total)
618
 
619
  except Exception as e:
620
  print(f"Error fetching order details: {str(e)}")
 
614
 
615
 
616
 
617
+ return render_template("order.html", order=order, final_total=final_total)
618
 
619
  except Exception as e:
620
  print(f"Error fetching order details: {str(e)}")