-
Notifications
You must be signed in to change notification settings - Fork 0
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
Parse Kigo min_stay_rules #381
Comments
The newest response from the prices api of the property is:
MIN_STAY_RULES is now empty |
The property data response is:
So we have But also, from the pricing info above, we have this period:
Which should make the query in 2017-01-xx to have stay_min as 1 night. But we have a failed quote: https://concierge-web.roomorama.com/errors/465086 I'll contact kigo and ask how can we correctly identify the min_stay |
Got reply from kigo:
|
Fixes #381 Parse kigo minimum stay rules
Reopening this issue, lots of new occurrences dated today: https://concierge-web.roomorama.com/errors/631156
|
Still have some occurrences: https://rollbar.com/Roomorama/Concierge/items/471/?item_page=0&item_count=100&#instances |
from the list above I see that there are some new issues: "The property pricing information is unavailable due to a constraint. Check in date: 2/17/2017 must be on a Saturday or Sunday." "The property pricing information is unavailable due to a constraint. Check in date: 2/17/2017 must be on a Saturday or Sunday.Unfortunately, this unit is not available for your selected period. Please try another unit." "The specified check-in/check-out dates conflict with one or several weekly-only rental periods." However, I saw minimum stay issue too. Investigating further... |
Description
Minimum stay is parsed wrongly.
The property in question (
kigo_id=225298
) hasRoom.minimum_stay
as 30, and availability (or calendar entries) also has minimum stay of 30.I called the API and got the following:
Looks like we should update the calendar parser to fetch that 25 from the json (3rd row from bottom)
Occurence
https://concierge-web.roomorama.com/errors/343067
The text was updated successfully, but these errors were encountered: