From 61f782c499ebd160895b9957f3991f02f91a46e6 Mon Sep 17 00:00:00 2001 From: "Mark Tyers (aa7401)" Date: Fri, 19 Mar 2021 13:24:40 +0000 Subject: [PATCH] removed email requirements --- 25 Sandwich Ordering Service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/25 Sandwich Ordering Service.md b/25 Sandwich Ordering Service.md index 80b3a3d..0fa9b25 100644 --- a/25 Sandwich Ordering Service.md +++ b/25 Sandwich Ordering Service.md @@ -51,7 +51,7 @@ When the `owner` logs in after 11:00 they can see a list of the items ordered gr This builds on the work you have already completed and adds additional functionality. 1. When the `owner` sees the daily orders they can see an overall pick list for each product showing how many are needed to complete the daily order. -2. When the `customer` places their order they receive an email confirmation that includes: +2. When the `customer` places their order they should see an ***order summary** page that includes: 1. A list of the items ordered including individual item prices. 2. A total price. 3. The 10 character order number.