From 2a51db859774d0f3fab9465b0fd4f07f2ac160c3 Mon Sep 17 00:00:00 2001 From: Ryan Ford Date: Wed, 16 Jun 2021 18:14:09 +0800 Subject: [PATCH] use options array to match API expectations --- framework/bigcommerce/api/utils/parse-item.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/bigcommerce/api/utils/parse-item.ts b/framework/bigcommerce/api/utils/parse-item.ts index 14c9ac53d..bb59a6ec4 100644 --- a/framework/bigcommerce/api/utils/parse-item.ts +++ b/framework/bigcommerce/api/utils/parse-item.ts @@ -10,7 +10,7 @@ type BCCartItemBody = { product_id: number variant_id: number quantity?: number - option_selections?: OptionSelections + option_selections?: OptionSelections[] } export const parseWishlistItem = (