Skip to content

Commit 5f8df4f

Browse files
authored
Update products.json (#32)
1 parent 3dc4ce3 commit 5f8df4f

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

src/assets/products.json

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
{
99
"product_id": 7,
10-
"product_name": "Pistachio Chocolate",
10+
"product_name": "Pistachio Praline",
1111
"price": 22.0,
1212
"status": "Available"
1313
},
@@ -16,5 +16,53 @@
1616
"product_name": "Madeleines",
1717
"price": 11.0,
1818
"status": "Available"
19+
},
20+
{
21+
"product_id": 11,
22+
"product_name": "Biscuits",
23+
"price": 11.0,
24+
"status": "Available"
25+
},
26+
{
27+
"product_id": 12,
28+
"product_name": "Coconut cake",
29+
"price": 11.0,
30+
"status": "Available"
31+
},
32+
{
33+
"product_id": 13,
34+
"product_name": "Chocolate Truffles",
35+
"price": 11.0,
36+
"status": "Available"
37+
},
38+
{
39+
"product_id": 14,
40+
"product_name": "Tres leches",
41+
"price": 11.0,
42+
"status": "Available"
43+
},
44+
{
45+
"product_id": 15,
46+
"product_name": "Flan",
47+
"price": 11.0,
48+
"status": "Available"
49+
},
50+
{
51+
"product_id": 14,
52+
"product_name": "Brioche",
53+
"price": 11.0,
54+
"status": "Available"
55+
},
56+
{
57+
"product_id": 16,
58+
"product_name": "Chocolate sweets",
59+
"price": 11.0,
60+
"status": "Available"
61+
},
62+
{
63+
"product_id": 14,
64+
"product_name": "Royale Chocolat",
65+
"price": 11.0,
66+
"status": "Available"
1967
}
2068
]

0 commit comments

Comments
 (0)