diff --git a/test/fixtures/db-journey-polyline.json b/test/fixtures/db-journey-polyline.json index 11a72803..dd5d441f 100644 --- a/test/fixtures/db-journey-polyline.json +++ b/test/fixtures/db-journey-polyline.json @@ -369,7 +369,7 @@ { "fareL": [ { - "prc": 6990, + "price": { "amount": 6990 }, "isFromPrice": true, "isBookable": true, "isUpsell": false, @@ -572,7 +572,7 @@ { "fareL": [ { - "prc": 6990, + "price": { "amount": 6990 }, "isFromPrice": true, "isBookable": true, "isUpsell": false, @@ -819,4 +819,4 @@ "bfATS": -1, "bfIOSTS": -1, "planrtTS": "1595762840" -} \ No newline at end of file +} diff --git a/test/fixtures/db-journey.json b/test/fixtures/db-journey.json index 0ac06ba1..057de914 100644 --- a/test/fixtures/db-journey.json +++ b/test/fixtures/db-journey.json @@ -276,7 +276,7 @@ { "fareL": [ { - "prc": 7790, + "price": { "amount": 7790 }, "isFromPrice": true, "isBookable": true, "isUpsell": false, @@ -395,7 +395,7 @@ { "fareL": [ { - "prc": 4990, + "price": { "amount": 4990 }, "isFromPrice": true, "isBookable": true, "isUpsell": false, @@ -530,7 +530,7 @@ { "fareL": [ { - "prc": 4990, + "price": { "amount": 4990 }, "isFromPrice": true, "isBookable": true, "isUpsell": false,