Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Journeys on DB seem to return -0.01€ price after 2024-12-15 #333

Closed
Krystex opened this issue Dec 9, 2024 · 1 comment
Closed

Journeys on DB seem to return -0.01€ price after 2024-12-15 #333

Krystex opened this issue Dec 9, 2024 · 1 comment

Comments

@Krystex
Copy link

Krystex commented Dec 9, 2024

I don't know if I'm making a mistake, but journeys after the 2024-12-15 seem to return the ticket price of -0.01€.

const res = await client.journeys('8000261', '8000105', {
    departure: "2024-12-15T15:00:00+01:00",
    results: 5,
    transfers: 0
})

Output:

2024-12-15T15:50:00+01:00 ICE 620   -0.01
2024-12-15T16:18:00+01:00 ICE 1222   -0.01
2024-12-15T16:48:00+01:00 ICE 528   -0.01
2024-12-15T17:51:00+01:00 ICE 526   -0.01
2024-12-15T18:47:00+01:00 ICE 524   -0.01

I tried multiple origins and destination, all return the same value.

@traines-source
Copy link
Member

duplicate of #331, see there :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants