mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 07:09:35 +02:00
adapt fixtures for new price format
This commit is contained in:
parent
6de2dc7bf3
commit
dd52c4ade2
2 changed files with 6 additions and 6 deletions
6
test/fixtures/db-journey-polyline.json
vendored
6
test/fixtures/db-journey-polyline.json
vendored
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
6
test/fixtures/db-journey.json
vendored
6
test/fixtures/db-journey.json
vendored
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue