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

Feature/CASH-1550
This commit is contained in:
Chris 2025-10-10 15:58:31 -04:00 committed by GitHub
commit 7a3bc9cac7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -832,7 +832,7 @@ export default {
isRecalPriceRemove() {
return (
this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() ===
"true"
"true" && this.isRecalibrationOnOrder
);
},
isAfterpayBreakoutDisplay() {