Revert "Merge pull request #2909 from Safelite/feature/CASH-1713"
This reverts commit9ffd1ec2be, reversing changes made toe798eef8c5.
This commit is contained in:
parent
b5933955d9
commit
33906bd83a
1 changed files with 0 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue