Merged in feat/sw-452-select-room-form-submit (pull request #711)
Feat/sw 452 select room form submit Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -269,6 +269,8 @@ export const hotelQueryRouter = router({
|
||||
hotels: serviceProcedure
|
||||
.input(getHotelsAvailabilityInputSchema)
|
||||
.query(async ({ input, ctx }) => {
|
||||
const { lang } = ctx
|
||||
const apiLang = toApiLang(lang)
|
||||
const {
|
||||
cityId,
|
||||
roomStayStartDate,
|
||||
@@ -288,6 +290,7 @@ export const hotelQueryRouter = router({
|
||||
promotionCode,
|
||||
reservationProfileType,
|
||||
attachedProfileId,
|
||||
language: apiLang,
|
||||
}
|
||||
|
||||
hotelsAvailabilityCounter.add(1, {
|
||||
|
||||
Reference in New Issue
Block a user