Merge pull request #2885 from Safelite/feature/CASH-1550
Feature/CASH-1550
This commit is contained in:
commit
6ee00cfe17
1 changed files with 3 additions and 1 deletions
|
|
@ -831,8 +831,10 @@ export default {
|
|||
},
|
||||
isRecalPriceRemove() {
|
||||
return (
|
||||
!this.isInsurance &&
|
||||
this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() ===
|
||||
"true" && this.isRecalibrationOnOrder
|
||||
"true" &&
|
||||
this.isRecalibrationOnOrder
|
||||
);
|
||||
},
|
||||
isAfterpayBreakoutDisplay() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue