traewelling checkin: add missing ibnr field to API payload
This commit is contained in:
parent
0669b58194
commit
57a1ecbf76
1 changed files with 1 additions and 0 deletions
|
@ -343,6 +343,7 @@ sub checkin {
|
|||
tripId => $opt{trip_id},
|
||||
lineName => $opt{train_type} . ' '
|
||||
. ( $opt{train_line} // $opt{train_no} ),
|
||||
ibnr => \1,
|
||||
start => q{} . $opt{dep_eva},
|
||||
destination => q{} . $opt{arr_eva},
|
||||
departure => $departure_ts,
|
||||
|
|
Loading…
Reference in a new issue