defined product updated action

This commit is contained in:
John Yeo
2025-05-29 10:44:50 +01:00
parent d6080b8fa5
commit 087c630f55
2 changed files with 2 additions and 1 deletions

View File

@@ -83,7 +83,7 @@ export const FullCusProductSchema = CusProductSchema.extend({
}),
),
customer: CustomerSchema,
customer: CustomerSchema.optional(),
product: ProductSchema,
free_trial: FreeTrialSchema.nullish(),
is_custom: z.boolean().default(false),