From e7913c3cbdc688d1b01eb490409d6cb270d48a90 Mon Sep 17 00:00:00 2001 From: Adam Caouette Date: Thu, 5 Dec 2024 10:51:04 -0500 Subject: [PATCH] CSR-2410: rearrange order to match /payment for consistency --- src/layouts/payment-method/payment-method.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 8cd8c13a3..78ec4cc84 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -31,9 +31,9 @@ :insuranceCompanyName="insuranceCompanyName" :showInsuranceCoverageAs="showInsuranceCoverageAs" :shouldHideRecalibration="shouldHideRecalibration" - :isExpandedOnLoad="false" :isItac="isItac" - :isNoComp="isNoComp" /> + :isNoComp="isNoComp" + :isExpandedOnLoad="false" />