From ae8788e98e52242bfe1e795c271c0964f1cec233 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Sat, 12 Oct 2024 20:29:45 -0400 Subject: [PATCH] CSR-2237 CSR-2237 typo in isNoComp field preventing tax from computing --- 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 9f8cee9ec..194243d38 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -36,7 +36,7 @@ :showInsuranceCoverageAs="showInsuranceCoverageAs" :shouldHideRecalibration="shouldHideRecalibration" :isItac="isItac" - :isNocomp="isNocomp" /> + :isNoComp="isNoComp" />