diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue
index a1224353d..c9e8ffcdf 100644
--- a/src/layouts/payment-method/payment-method.vue
+++ b/src/layouts/payment-method/payment-method.vue
@@ -53,8 +53,13 @@
-
-
+
+
@@ -332,7 +337,7 @@ export default {
availableVaps: [],
paymentMethodInternalModel: this.getPaymentMethodFromStore(),
inactivePromos: this.getInactivePromosFromStore(),
- isRecalAckOptIn: this.getIsRecalAckOptInFromStore(),
+ isRecalAck: this.getIsRecalAckFromStore(),
};
},
methods: {
@@ -402,8 +407,8 @@ export default {
return serviceLocationReqs && isInsuranceSet && scheduleReqs && customerReqs;
},
- getIsRecalAckOptInFromStore() {
- return store.getters.order.customer.isRecalAckOptIn;
+ getIsRecalAckFromStore() {
+ return store.getters.order.customer.isRecalAck;
},
getPaymentMethodFromStore() {
const piaType = store.getters.order.payment.piaType;