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