Format code.
This commit is contained in:
parent
4112f09e46
commit
5bb2bf0bdd
2 changed files with 7 additions and 4 deletions
|
|
@ -87,7 +87,10 @@ export default {
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.lineItems.promos) {
|
if (this.lineItems.promos) {
|
||||||
const promos = getPromosThatMatchLineItemsOnOrder(this.lineItems.promos, allLineItems);
|
const promos = getPromosThatMatchLineItemsOnOrder(
|
||||||
|
this.lineItems.promos,
|
||||||
|
allLineItems
|
||||||
|
);
|
||||||
promos.forEach((promo) => {
|
promos.forEach((promo) => {
|
||||||
price += baseMixin.methods.getTotalLineItemPrice(promo);
|
price += baseMixin.methods.getTotalLineItemPrice(promo);
|
||||||
});
|
});
|
||||||
|
|
@ -120,4 +123,4 @@ export default {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
<afterpayModalBanner
|
<afterpayModalBanner
|
||||||
v-if="!isInsuranceSelected && !isRecalibrationOnOrder"
|
v-if="!isInsuranceSelected && !isRecalibrationOnOrder"
|
||||||
cmsWidgetName="AfterpayModalWidget"
|
cmsWidgetName="AfterpayModalWidget"
|
||||||
:lineItems="lineItems" />
|
:lineItems="lineItems" />
|
||||||
|
|
||||||
<recalDisclaimer
|
<recalDisclaimer
|
||||||
class="mb-0"
|
class="mb-0"
|
||||||
|
|
@ -498,4 +498,4 @@ export default {
|
||||||
.text-block {
|
.text-block {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue