Merge pull request #2885 from Safelite/feature/CASH-1550

Feature/CASH-1550
This commit is contained in:
Chris 2025-10-13 10:10:26 -04:00 committed by GitHub
commit 6ee00cfe17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -831,8 +831,10 @@ export default {
},
isRecalPriceRemove() {
return (
!this.isInsurance &&
this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() ===
"true" && this.isRecalibrationOnOrder
"true" &&
this.isRecalibrationOnOrder
);
},
isAfterpayBreakoutDisplay() {