From e6b296b3a1a080011d1c0e97ba7a739fabc98620 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 28 Jun 2024 08:20:38 -0400 Subject: [PATCH] Updated logic for displaying PIA options or alert for time of service --- src/layouts/payment-method/payment-method.vue | 22 +++++++++++++------ 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 32a6185a7..2bc25609e 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -22,6 +22,7 @@
0; + return piaInsurance === "true"; } else { - isEnabled = piaExperience === "PIA Optional" || piaExperience === "PIA Required"; + return piaExperience === "PIA Optional" || piaExperience === "PIA Required"; } + // if (this.totalAmountDue > 0.00) { - return !isEnabled; + // } + + //return false; }, paymentMethod() { if (this.isPiaDisabled) { @@ -643,7 +651,7 @@ export default { }, }, components: { - funnelHeader, + funnelHeader, navbar, funnelSubHeader, Form,