Skip to content

Commit 5b68a40

Browse files
author
Maciej Adamus
committed
Fix typo
1 parent 8b089b9 commit 5b68a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const orderItemInputRequest = z
6767
name: z.string(),
6868
sku: z.string().optional(),
6969
productId: z.string().optional(),
70-
productVairantId: z.string().optional(),
70+
productVariantId: z.string().optional(),
7171
imageUrl: z.string().optional(),
7272
quantity: z.number(),
7373
subscription: orderItemSubscriptionInputRequest.optional(),

0 commit comments

Comments
 (0)