You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We decided to unify booking error codes as we did for quote request. Concierge::Errors::Booking contains all common cases for booking unsuccessful scenarios. Currently there is only one: property is not available. So we need to change all the suppliers to support this error.
THH
Poplidays
SAW
JTB
Avantio
Kigo
KigoLegacy
Ciirus
waytostay
rentals united
The text was updated successfully, but these errors were encountered:
I started applying Concierge::Errors::Booking module to rentals united and my specs failed. The problem is in missing mismatch call if I do something like this:
return not_available if code == NOT_AVAILABLE_ERROR_CODE
What you guys think about adding mismatch call directly inside not_available method of the module?
I suggest to make a decision which side should be responsible for that: common module or every supplier's integration?
We decided to unify booking error codes as we did for quote request.
Concierge::Errors::Booking
contains all common cases for booking unsuccessful scenarios. Currently there is only one: property is not available. So we need to change all the suppliers to support this error.THH
Poplidays
SAW
JTB
Avantio
Kigo
KigoLegacy
Ciirus
waytostay
rentals united
The text was updated successfully, but these errors were encountered: