From fc9fd857efe59615ebb9560f710262a4a03eae61 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Tue, 2 Jul 2024 06:15:32 -0400 Subject: [PATCH] Restored check for current deductable for ins PIA availability --- src/layouts/payment-method/payment-method.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index b1563b424..89867b5da 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -47,12 +47,12 @@ 0; } else { @@ -587,7 +586,7 @@ export default { } }, paymentMethod() { - if (this.isPiaDisabled) { + if (!this.isPiaEnabled) { return paymentMethods.LATER; }