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) {
|
||||
const promos = getPromosThatMatchLineItemsOnOrder(this.lineItems.promos, allLineItems);
|
||||
const promos = getPromosThatMatchLineItemsOnOrder(
|
||||
this.lineItems.promos,
|
||||
allLineItems
|
||||
);
|
||||
promos.forEach((promo) => {
|
||||
price += baseMixin.methods.getTotalLineItemPrice(promo);
|
||||
});
|
||||
|
|
@ -120,4 +123,4 @@ export default {
|
|||
font-size: 0.875rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
<afterpayModalBanner
|
||||
v-if="!isInsuranceSelected && !isRecalibrationOnOrder"
|
||||
cmsWidgetName="AfterpayModalWidget"
|
||||
:lineItems="lineItems" />
|
||||
:lineItems="lineItems" />
|
||||
|
||||
<recalDisclaimer
|
||||
class="mb-0"
|
||||
|
|
@ -498,4 +498,4 @@ export default {
|
|||
.text-block {
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue