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