diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index f9d765c32..a3e9a2745 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -832,7 +832,7 @@ export default { isRecalPriceRemove() { return ( this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() === - "true" + "true" && this.isRecalibrationOnOrder ); }, isAfterpayBreakoutDisplay() {