Update order.py
Browse files
order.py
CHANGED
@@ -91,7 +91,7 @@ def order_item_details():
|
|
91 |
"ingredients": ingredients
|
92 |
})
|
93 |
|
94 |
-
return render_template("
|
95 |
|
96 |
except Exception as e:
|
97 |
print(f"Error fetching order details: {str(e)}")
|
|
|
91 |
"ingredients": ingredients
|
92 |
})
|
93 |
|
94 |
+
return render_template("reward_status.html", order_items=order_items, order=order)
|
95 |
|
96 |
except Exception as e:
|
97 |
print(f"Error fetching order details: {str(e)}")
|