diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index d5c7d93c3..7610fcf72 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -817,6 +817,7 @@ export default { }, isAfterpayBreakoutDisplay() { return ( + this.showInsuranceCoverageAs !== coverageStatus.PENDING && (!this.isRecalPriceRemove || !this.isRecalibrationOnOrder) && this.hasSettingEqualTo(experimentSettings.DISPLAY_AFTERPAY_BREAKOUT_DISPLAY, "true") );