Merged in fix/unify-gethotel-input (pull request #1319)
feat: getHotel - unify input to make sure we can use the same cache response * feat: getHotel - unify input to make sure we can use the same cache response Approved-by: Simon.Emanuelsson
This commit is contained in:
@@ -59,7 +59,7 @@ export const ratesInputSchema = z.object({
|
||||
|
||||
export const hotelInputSchema = z.object({
|
||||
hotelId: z.string(),
|
||||
isCardOnlyPayment: z.boolean().default(false),
|
||||
isCardOnlyPayment: z.boolean(),
|
||||
language: z.nativeEnum(Lang),
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user