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 @@