From 761f56c59652acc37ef2611a245889866ce4bcfa Mon Sep 17 00:00:00 2001 From: Brittnink <102618130+Brittnink@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:53:44 -0500 Subject: [PATCH] Update stock.json --- Ch01/01_06/begin/stock.json | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/Ch01/01_06/begin/stock.json b/Ch01/01_06/begin/stock.json index d1cd068..3203435 100644 --- a/Ch01/01_06/begin/stock.json +++ b/Ch01/01_06/begin/stock.json @@ -1,8 +1,13 @@ { 'item': "DuroSport 5", - "manufacturer": 'Prism', - "wholesalePrice": 84., - "listPrice": 099.95, - "inStock": true, - // add listPriceHistory array -} \ No newline at end of file + "manufacturer": "Prism", + "wholesalePrice": 84, + "listPrice": 99.95, + "inStock": true, + "listPriceHistory": [ + 94.95, + 85.00, + 124.95 + ] +} +