From 914a667c3206a358f907092dbf6a11bfdb32b872 Mon Sep 17 00:00:00 2001 From: RMacfarlane Date: Fri, 4 Sep 2020 14:47:12 -0700 Subject: [PATCH] add mangoes --- data/products.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/products.json b/data/products.json index baeb90d..a795b57 100644 --- a/data/products.json +++ b/data/products.json @@ -22,5 +22,11 @@ "title": "Papayas", "description": "Papayas are 50 CHF each, but are available as 3 for the price of 2", "price": 100 + }, + { + "id": 5, + "title": "Mangoes", + "description": "Mangoes are 100 CHF each, but are available as 3 for the price of 2", + "price": 100 } ]