From 9d379385353a31ffeac491125d3e79ddd079c301 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Mon, 29 Jul 2024 13:46:40 -0400 Subject: [PATCH 1/2] CSR-2130 payment method page corrections CSR-2130 payment method page corrections --- .../payment-method-question.vue | 25 +++---------------- src/layouts/payment-method/payment-method.vue | 17 +++++++++---- src/layouts/payment/payment.vue | 4 +-- 3 files changed, 18 insertions(+), 28 deletions(-) diff --git a/src/layouts/payment-method/payment-method-question/payment-method-question.vue b/src/layouts/payment-method/payment-method-question/payment-method-question.vue index 9991e6093..a2974d7ef 100644 --- a/src/layouts/payment-method/payment-method-question/payment-method-question.vue +++ b/src/layouts/payment-method/payment-method-question/payment-method-question.vue @@ -9,10 +9,8 @@ :answers="paymentMethodAnswerData" isRequired :validationRules="validationRules" - :hasRecal="hasRecal" :showApplePay="showApplePay" :isInsurance="isInsurance" - :isPiaEnabled="isPiaEnabled" v-model="selectedMethod" textPosition="text-start" /> @@ -21,8 +19,6 @@