diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index d22ea1534..f903d0c16 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -269,16 +269,6 @@ export default { availableVaps, lineItemsForCart ); - // Add prices to all line items, sometimes they are not there when they come back from heritage - // See CASH-1713 for details - lineItemsForCart.glassParts = addPricesToLineItems( - lineItemsForCart.glassParts ?? [], - pricedLineItems - ); - lineItemsForCart.supportingItems = addPricesToLineItems( - lineItemsForCart.supportingItems ?? [], - pricedLineItems - ); lineItemsForCart.vaps = addPricesToLineItems(lineItemsForCart.vaps ?? [], pricedLineItems); lineItemsForCart.vaps.push(...vapsToAddToCart); // Tax items on order