From 9d3a6c9c821a1ecdf429b8149f0d87f72f94d298 Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Wed, 26 Jun 2024 06:16:35 -0400 Subject: [PATCH] Corrected logic for whether to display PIA message --- src/layouts/payment-method/payment-method.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 29f36306d..32a6185a7 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -51,7 +51,7 @@ validationRules="option-required" /> 0; } else { isEnabled = piaExperience === "PIA Optional" || piaExperience === "PIA Required"; }