From d88ea8a59908d0b076ad16d6eb6c945a30864707 Mon Sep 17 00:00:00 2001 From: Chris Redelinghuys Date: Mon, 13 Oct 2025 09:56:48 -0400 Subject: [PATCH] CASH-1550: IGQ is cash only --- src/layouts/payment-method/payment-method.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index a3e9a2745..691c8ee5c 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -831,8 +831,10 @@ export default { }, isRecalPriceRemove() { return ( + !this.isInsurance && this.getSettingValue(experimentSettings.RECAL_PRICE_REMOVE)?.toLowerCase() === - "true" && this.isRecalibrationOnOrder + "true" && + this.isRecalibrationOnOrder ); }, isAfterpayBreakoutDisplay() {