diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2020-10-04 10:35:04 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2020-10-04 10:35:04 +0200 | 
| commit | 5e2813e36eae43372842b85b0424309b7147678b (patch) | |
| tree | 76dad42c745447c1b0615507e70a5b6c4e67c6df | |
| parent | 2cc31422b7f36fa9e0706b83cb295ba3952d9f85 (diff) | |
Traewelling: note that traewelling.de doesn't yet return statusId on checkin
| -rw-r--r-- | lib/Travelynx/Helper/Traewelling.pm | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lib/Travelynx/Helper/Traewelling.pm b/lib/Travelynx/Helper/Traewelling.pm index c6b3dd0..1b94aa0 100644 --- a/lib/Travelynx/Helper/Traewelling.pm +++ b/lib/Travelynx/Helper/Traewelling.pm @@ -314,6 +314,10 @@ sub checkin {  				return;  			}  			$self->{log}->debug("... success!"); + +			# As of 2020-10-04, traewelling.de checkins do not yet return +			# "statusId". The patch is present on the develop branch and waiting +			# for a merge into master.  			$self->{model}->log(  				uid       => $opt{uid},  				message   => "Eingecheckt in $opt{train_type} $opt{train_no}", | 
