fix: Hide opt-out option for ancillary email
This commit is contained in:
@@ -31,7 +31,6 @@ export const ancillaryFormSchema = z
|
||||
termsAndConditions: z
|
||||
.boolean()
|
||||
.refine((value) => value === true, ancillaryError.TERMS_NOT_ACCEPTED),
|
||||
optInEmail: z.boolean(),
|
||||
paymentMethod: nullableStringValidator,
|
||||
})
|
||||
.merge(quantitySchemaWithoutRefine)
|
||||
|
||||
Reference in New Issue
Block a user