mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 15:19: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
4
test/fixtures/db-journey-polyline.json
vendored
4
test/fixtures/db-journey-polyline.json
vendored
|
@ -369,7 +369,7 @@
|
||||||
{
|
{
|
||||||
"fareL": [
|
"fareL": [
|
||||||
{
|
{
|
||||||
"prc": 6990,
|
"price": { "amount": 6990 },
|
||||||
"isFromPrice": true,
|
"isFromPrice": true,
|
||||||
"isBookable": true,
|
"isBookable": true,
|
||||||
"isUpsell": false,
|
"isUpsell": false,
|
||||||
|
@ -572,7 +572,7 @@
|
||||||
{
|
{
|
||||||
"fareL": [
|
"fareL": [
|
||||||
{
|
{
|
||||||
"prc": 6990,
|
"price": { "amount": 6990 },
|
||||||
"isFromPrice": true,
|
"isFromPrice": true,
|
||||||
"isBookable": true,
|
"isBookable": true,
|
||||||
"isUpsell": false,
|
"isUpsell": false,
|
||||||
|
|
6
test/fixtures/db-journey.json
vendored
6
test/fixtures/db-journey.json
vendored
|
@ -276,7 +276,7 @@
|
||||||
{
|
{
|
||||||
"fareL": [
|
"fareL": [
|
||||||
{
|
{
|
||||||
"prc": 7790,
|
"price": { "amount": 7790 },
|
||||||
"isFromPrice": true,
|
"isFromPrice": true,
|
||||||
"isBookable": true,
|
"isBookable": true,
|
||||||
"isUpsell": false,
|
"isUpsell": false,
|
||||||
|
@ -395,7 +395,7 @@
|
||||||
{
|
{
|
||||||
"fareL": [
|
"fareL": [
|
||||||
{
|
{
|
||||||
"prc": 4990,
|
"price": { "amount": 4990 },
|
||||||
"isFromPrice": true,
|
"isFromPrice": true,
|
||||||
"isBookable": true,
|
"isBookable": true,
|
||||||
"isUpsell": false,
|
"isUpsell": false,
|
||||||
|
@ -530,7 +530,7 @@
|
||||||
{
|
{
|
||||||
"fareL": [
|
"fareL": [
|
||||||
{
|
{
|
||||||
"prc": 4990,
|
"price": { "amount": 4990 },
|
||||||
"isFromPrice": true,
|
"isFromPrice": true,
|
||||||
"isBookable": true,
|
"isBookable": true,
|
||||||
"isUpsell": false,
|
"isUpsell": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue