Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -614,7 +614,7 @@ def order_summary():
|
|
614 |
|
615 |
|
616 |
|
617 |
-
return render_template("order.html", order=order,
|
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)}")
|