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