Merge pull request #2540 from Safelite/feature/CASH-720
CASH-720: Hide Afterpay breakout for unverified insurance
This commit is contained in:
commit
b0eba243a6
1 changed files with 1 additions and 0 deletions
|
|
@ -817,6 +817,7 @@ export default {
|
||||||
},
|
},
|
||||||
isAfterpayBreakoutDisplay() {
|
isAfterpayBreakoutDisplay() {
|
||||||
return (
|
return (
|
||||||
|
this.showInsuranceCoverageAs !== coverageStatus.PENDING &&
|
||||||
(!this.isRecalPriceRemove || !this.isRecalibrationOnOrder) &&
|
(!this.isRecalPriceRemove || !this.isRecalibrationOnOrder) &&
|
||||||
this.hasSettingEqualTo(experimentSettings.DISPLAY_AFTERPAY_BREAKOUT_DISPLAY, "true")
|
this.hasSettingEqualTo(experimentSettings.DISPLAY_AFTERPAY_BREAKOUT_DISPLAY, "true")
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue