Formatting
This commit is contained in:
parent
ab507a9280
commit
fa16142627
2 changed files with 5 additions and 5 deletions
|
|
@ -230,7 +230,7 @@ export default {
|
||||||
(promoLineItem?.laborAmount ?? 0) +
|
(promoLineItem?.laborAmount ?? 0) +
|
||||||
(promoLineItem?.sellingPrice ?? 0),
|
(promoLineItem?.sellingPrice ?? 0),
|
||||||
salesTax: promoLineItem?.salesTax,
|
salesTax: promoLineItem?.salesTax,
|
||||||
lineItems:[],
|
lineItems: [],
|
||||||
};
|
};
|
||||||
|
|
||||||
promoLineItem.cartItemType = cartItem.cartItemType;
|
promoLineItem.cartItemType = cartItem.cartItemType;
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@ export default {
|
||||||
serviceLocationState: store.getters.order.serviceLocation.state,
|
serviceLocationState: store.getters.order.serviceLocation.state,
|
||||||
serviceLocationZipCode:
|
serviceLocationZipCode:
|
||||||
store.getters.order.serviceLocation.zipCode,
|
store.getters.order.serviceLocation.zipCode,
|
||||||
pricedLineItems:pricedLineItemsToTax,
|
pricedLineItems: pricedLineItemsToTax,
|
||||||
},
|
},
|
||||||
"payment-method",
|
"payment-method",
|
||||||
false
|
false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue