Skip to content

Commit 09a0355

Browse files
authored
Merge pull request #89 from maciej-adamus/bugfix/fix-order-item-input-request-typo
Fix typo in orderItemInputRequest
2 parents 4768860 + 5b68a40 commit 09a0355

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
@@ -69,7 +69,7 @@ export const orderItemInputRequest = z
6969
name: z.string(),
7070
sku: z.string().optional(),
7171
productId: z.string().optional(),
72-
productVairantId: z.string().optional(),
72+
productVariantId: z.string().optional(),
7373
imageUrl: z.string().optional(),
7474
quantity: z.number(),
7575
subscription: orderItemSubscriptionInputRequest.optional(),

0 commit comments

Comments
 (0)