CASH-1713 | Add prices to wipers again
This commit is contained in:
parent
1e6d1c0bfc
commit
9dc65e8df5
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export default {
|
|||
availableVaps,
|
||||
lineItemsForCart
|
||||
);
|
||||
lineItemsForCart.vaps = lineItemsForCart.vaps ?? [];
|
||||
lineItemsForCart.vaps = addPricesToLineItems(lineItemsForCart.vaps, pricedLineItems) ?? [];
|
||||
lineItemsForCart.vaps.push(...vapsToAddToCart);
|
||||
// Tax items on order
|
||||
lineItemsForCart = await baseMixin.methods.dispatchStoreActionWithLogging(
|
||||
|
|
|
|||
Loading…
Reference in a new issue