mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
Sydney: Enable more products for trips.
This commit is contained in:
parent
cfae3fc11c
commit
de62da6427
1 changed files with 6 additions and 0 deletions
|
@ -65,6 +65,12 @@ public class SydneyProvider extends AbstractEfaProvider
|
|||
}
|
||||
}
|
||||
|
||||
uri.append("&inclMOT_13=on");
|
||||
uri.append("&inclMOT_14=on");
|
||||
uri.append("&inclMOT_15=on");
|
||||
uri.append("&inclMOT_16=on");
|
||||
uri.append("&inclMOT_17=on");
|
||||
|
||||
return uri.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue