Merge pull request #2528 from Safelite/feature/CASH-636
CASH-636: Keep "As little as" on insurance quote for afterpay breakou…
This commit is contained in:
commit
d671708c07
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