traewelling checkin: add missing ibnr field to API payload

This commit is contained in:
Daniel Friesel 2023-01-07 12:29:56 +01:00
parent 0669b58194
commit 57a1ecbf76
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -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,