From 33906bd83a7916e3cd27b5480d3f2f5cad7ae7e1 Mon Sep 17 00:00:00 2001 From: Scott Kiener Date: Wed, 22 Oct 2025 14:51:13 -0400 Subject: [PATCH] Revert "Merge pull request #2909 from Safelite/feature/CASH-1713" This reverts commit 9ffd1ec2be56b070057757b505d14ec41da7234c, reversing changes made to e798eef8c5007f2985e5143946851299068e8424. --- src/layouts/payment-method/payment-method.vue | 10 ---------- 1 file changed, 10 deletions(-) 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