mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 18:29:51 +00:00
fixed fares in San Francisco
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@606 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
e26eff18c2
commit
a1aad80bad
1 changed files with 1 additions and 1 deletions
|
@ -1882,7 +1882,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
||||||
}
|
}
|
||||||
else if (key.equals("PRICE"))
|
else if (key.equals("PRICE"))
|
||||||
{
|
{
|
||||||
fare = Float.parseFloat(value) * (currency.getCurrencyCode().equals("US$") ? 0.01f : 1);
|
fare = Float.parseFloat(value) * (currency.getCurrencyCode().equals("USD") ? 0.01f : 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
XmlPullUtil.exit(pp, "itdGenericTicket");
|
XmlPullUtil.exit(pp, "itdGenericTicket");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue