Add back options (#570)
Co-authored-by: Gonzalo Pozzo <gonzalo.pozzo4@gmail.com>
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user