We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b089b9 commit 5b68a40Copy full SHA for 5b68a40
src/types/order.ts
@@ -67,7 +67,7 @@ export const orderItemInputRequest = z
67
name: z.string(),
68
sku: z.string().optional(),
69
productId: z.string().optional(),
70
- productVairantId: z.string().optional(),
+ productVariantId: z.string().optional(),
71
imageUrl: z.string().optional(),
72
quantity: z.number(),
73
subscription: orderItemSubscriptionInputRequest.optional(),
0 commit comments