Merge pull request #2905 from Safelite/feature/CASH-1713
CASH-1713 | Insurance pricing error (tax refactor)
This commit is contained in:
commit
7b33d8eeb2
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export default {
|
||||||
availableVaps,
|
availableVaps,
|
||||||
lineItemsForCart
|
lineItemsForCart
|
||||||
);
|
);
|
||||||
lineItemsForCart.vaps = lineItemsForCart.vaps ?? [];
|
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