Fix: Added optional merchantInformationData
This commit is contained in:
@@ -470,11 +470,7 @@ export const hotelAttributesSchema = z.object({
|
||||
isPublished: z.boolean(),
|
||||
keywords: z.array(z.string()),
|
||||
location: locationSchema,
|
||||
merchantInformationData: merchantInformationSchema.default({
|
||||
webMerchantId: "",
|
||||
cards: {},
|
||||
alternatePaymentOptions: {},
|
||||
}),
|
||||
merchantInformationData: merchantInformationSchema.optional(),
|
||||
name: z.string(),
|
||||
operaId: z.string(),
|
||||
parking: z.array(parkingSchema),
|
||||
|
||||
Reference in New Issue
Block a user