From 64918470f2da2d70d166d9a40c7f9aa5f3e12d83 Mon Sep 17 00:00:00 2001 From: Ryan Ford Date: Tue, 15 Jun 2021 08:50:28 +0800 Subject: [PATCH] optionsSelections takes an array of options objs --- framework/bigcommerce/types/cart.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/bigcommerce/types/cart.ts b/framework/bigcommerce/types/cart.ts index 83076ea09..33c01e4c6 100644 --- a/framework/bigcommerce/types/cart.ts +++ b/framework/bigcommerce/types/cart.ts @@ -40,7 +40,7 @@ export type OptionSelections = { export type CartItemBody = Core.CartItemBody & { productId: string // The product id is always required for BC - optionSelections?: OptionSelections + optionSelections?: OptionSelections[] } export type CartTypes = {