From f0e156427bb9aa24f8e60f9733c7d3336e229aca Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 8 Apr 2024 09:19:35 -0400 Subject: [PATCH] getter --- src/layouts/payment-method/payment-method.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 6a3171e4..c5014290 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -182,7 +182,7 @@ export default { return !isEnabled || this.isUnverified; }, isUnverified() { - return !useMainStore().isNoComp && !useMainStore().policy.isITAC + return !useMainStore().isNoComp && !useMainStore().isITAC && (useMainStore().order.currentDeductible == null || !useMainStore().isVerifiedCoverageStatus); }, paymentMethod() {