Merge branch 'develop' into CASH-313-button-triggers-chat

This commit is contained in:
scottkiener-at-safelite 2025-05-21 14:57:30 -04:00 committed by GitHub
commit e60474db5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -813,6 +813,7 @@ export default {
},
isAfterpayBreakoutDisplay() {
return (
this.showInsuranceCoverageAs !== coverageStatus.PENDING &&
(!this.isRecalPriceRemove || !this.isRecalibrationOnOrder) &&
this.hasSettingEqualTo(experimentSettings.DISPLAY_AFTERPAY_BREAKOUT_DISPLAY, "true")
);