From f2f8c2bead9c2e2d42ba0501ba6ef9be2c4bc796 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 25 Jun 2024 10:26:37 -0400 Subject: [PATCH] Revert "WIP add store info." This reverts commit b24b33e5ed50b380c1bba5af96c2f45afd2b6f27. --- src/layouts/payment-method/payment-method.vue | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) 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;