diff --git a/responses/catalog.json b/responses/catalog.json index a785552..ab9ec4c 100644 --- a/responses/catalog.json +++ b/responses/catalog.json @@ -293,12 +293,12 @@ "offerType": "StaticPrice", "prices": [ { - "currencyType": "GameItem", - "currencySubType": "AccountResource:voucher_basicpack", - "regularPrice": 1, - "finalPrice": 1, + "currencyType": "MtxCurrency", + "currencySubType": "", + "regularPrice": 0, + "finalPrice": 0, "saleExpiration": "9999-12-31T23:59:59.999Z", - "basePrice": 1 + "basePrice": 0 } ], "categories": [], @@ -381,12 +381,12 @@ "offerType": "StaticPrice", "prices": [ { - "currencyType": "GameItem", - "currencySubType": "AccountResource:voucher_basicpack", - "regularPrice": 1, - "finalPrice": 1, + "currencyType": "MtxCurrency", + "currencySubType": "", + "regularPrice": 0, + "finalPrice": 0, "saleExpiration": "9999-12-31T23:59:59.999Z", - "basePrice": 1 + "basePrice": 0 } ], "categories": [], @@ -745,4 +745,4 @@ ] } ] -} \ No newline at end of file +}