nagasurendra commited on
Commit
bda28d6
·
verified ·
1 Parent(s): 4cd0c54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1148,8 +1148,6 @@ def checkout():
1148
  print(f"Error during checkout: {str(e)}") # Debugging error message
1149
  return jsonify({"success": False, "error": str(e)})
1150
 
1151
-
1152
-
1153
  @app.route("/order", methods=["GET"])
1154
  def order_summary():
1155
  email = session.get('user_email') # Fetch logged-in user's email
 
1148
  print(f"Error during checkout: {str(e)}") # Debugging error message
1149
  return jsonify({"success": False, "error": str(e)})
1150
 
 
 
1151
  @app.route("/order", methods=["GET"])
1152
  def order_summary():
1153
  email = session.get('user_email') # Fetch logged-in user's email