diff --git a/framework/bigcommerce/lib/normalize.ts b/framework/bigcommerce/lib/normalize.ts index 5cdda49d7..e64060f6c 100644 --- a/framework/bigcommerce/lib/normalize.ts +++ b/framework/bigcommerce/lib/normalize.ts @@ -127,7 +127,8 @@ function normalizeLineItem(item: any): LineItem { discounts: item.discounts.map((discount: any) => ({ value: discount.discounted_amount, })), - } + options: item.options + } b } export function normalizeCategory(category: BCCategory): Category {