4
0
forked from crowetic/commerce

Fix bigcommerce build (#579)

This commit is contained in:
Gonzalo Pozzo 2021-11-24 10:30:38 -03:00 committed by GitHub
parent e7fc93f9c7
commit 683d309905
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,8 +127,7 @@ 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 {