From 088d67dc3abf310eea96058c387d2cf32cba8b23 Mon Sep 17 00:00:00 2001 From: yurecz Date: Wed, 11 Dec 2019 11:53:48 +0100 Subject: [PATCH] fix product issue --- src/productcatalogservice/products.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/productcatalogservice/products.json b/src/productcatalogservice/products.json index fcd1aa1..1148696 100644 --- a/src/productcatalogservice/products.json +++ b/src/productcatalogservice/products.json @@ -10,7 +10,6 @@ "units": 12, "nanos": 300000000 }, - "colour": "blue", "categories": ["toy"] }, { @@ -23,7 +22,6 @@ "units": 10, "nanos": 300000000 }, - "colour": "red", "categories": ["toy"] }, { @@ -36,7 +34,6 @@ "units": 10, "nanos": 300000000 }, - "colour": "yellow", "categories": ["toy"] }, { @@ -49,7 +46,6 @@ "units": 1001, "nanos": 300000000 }, - "colour": "blue", "categories": ["toy"] }, { @@ -62,7 +58,6 @@ "units": 20, "nanos": 300000000 }, - "colour": "puple", "categories": ["toy"] }, { @@ -75,7 +70,6 @@ "units": 40, "nanos": 300000000 }, - "colour": "pink", "categories": ["toy"] } ]