Revert "Merge pull request #2905 from Safelite/feature/CASH-1713"
This reverts commit7b33d8eeb2, reversing changes made to2a2e3383d2.
This commit is contained in:
parent
75a806d124
commit
7e4e1ba1a7
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export default {
|
|||
availableVaps,
|
||||
lineItemsForCart
|
||||
);
|
||||
lineItemsForCart.vaps = addPricesToLineItems(lineItemsForCart.vaps, pricedLineItems) ?? [];
|
||||
lineItemsForCart.vaps = lineItemsForCart.vaps ?? [];
|
||||
lineItemsForCart.vaps.push(...vapsToAddToCart);
|
||||
// Tax items on order
|
||||
lineItemsForCart = await baseMixin.methods.dispatchStoreActionWithLogging(
|
||||
|
|
|
|||
Loading…
Reference in a new issue