Skip to content

Commit d8d27b6

Browse files
committed
Merge branch 'main' of github.com:CrystallizeAPI/libraries
2 parents a3197be + 09a0355 commit d8d27b6

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

0 commit comments

Comments
 (0)