From a5d3cdb197814602aef25379538865f3599e6c1b Mon Sep 17 00:00:00 2001 From: Chris Redelinghuys Date: Fri, 10 Oct 2025 14:45:59 -0400 Subject: [PATCH] CASH-1550: Afterpaybreakout display fix for glass repair --- src/layouts/payment-method/payment-method.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {