Skip to content
Snippets Groups Projects
Unverified Commit 57a1ecbf authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

traewelling checkin: add missing ibnr field to API payload

parent 0669b581
No related branches found
No related tags found
No related merge requests found
...@@ -343,6 +343,7 @@ sub checkin { ...@@ -343,6 +343,7 @@ sub checkin {
tripId => $opt{trip_id}, tripId => $opt{trip_id},
lineName => $opt{train_type} . ' ' lineName => $opt{train_type} . ' '
. ( $opt{train_line} // $opt{train_no} ), . ( $opt{train_line} // $opt{train_no} ),
ibnr => \1,
start => q{} . $opt{dep_eva}, start => q{} . $opt{dep_eva},
destination => q{} . $opt{arr_eva}, destination => q{} . $opt{arr_eva},
departure => $departure_ts, departure => $departure_ts,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment