diff --git a/classic/art.var.pgo.json b/classic/art.var.pgo.json index 0e4268e1..a92899ac 100644 --- a/classic/art.var.pgo.json +++ b/classic/art.var.pgo.json @@ -79,5 +79,25 @@ "likeCount": 8, "average": 2.32, "count": 25 - } + }, + "products": [ + { + "promoted": false, + "type": "consumable", + "identifier": "art_var_pgo_12eggs", + "name": "12 eggs", + "localPrice": 0.99, + "originalPrice": 0.99, + "currency": "EUR" + }, + { + "promoted": false, + "type": "consumable", + "identifier": "art_var_pgo_36eggs", + "name": "36 eggs", + "localPrice": 1.99, + "originalPrice": 1.99, + "currency": "EUR" + } + ] }