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