CASH-636: Keep "As little as" on insurance quote for afterpay breakout display
This commit is contained in:
parent
e4681e2492
commit
339b9113db
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ export default {
|
||||||
})
|
})
|
||||||
).toFixed(2);
|
).toFixed(2);
|
||||||
|
|
||||||
if (this.hasPricingByDay()) {
|
if (this.hasPricingByDay() && !this.isAfterpayBreakoutDisplay()) {
|
||||||
return "$" + formattedPriceFloat;
|
return "$" + formattedPriceFloat;
|
||||||
}
|
}
|
||||||
return (this.isInsuranceSelected ? "As little as $" : "$") + formattedPriceFloat;
|
return (this.isInsuranceSelected ? "As little as $" : "$") + formattedPriceFloat;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue