From c428852f4b11ed61e4c2c3f3a56c9629667396ca Mon Sep 17 00:00:00 2001 From: Leah Schumann Date: Fri, 28 Jun 2024 08:23:01 -0400 Subject: [PATCH] Removed unwanted comment --- src/layouts/payment-method/payment-method.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/layouts/payment-method/payment-method.vue b/src/layouts/payment-method/payment-method.vue index 2bc25609e..b351c0d23 100644 --- a/src/layouts/payment-method/payment-method.vue +++ b/src/layouts/payment-method/payment-method.vue @@ -586,11 +586,6 @@ export default { } else { return piaExperience === "PIA Optional" || piaExperience === "PIA Required"; } - // if (this.totalAmountDue > 0.00) { - - // } - - //return false; }, paymentMethod() { if (this.isPiaDisabled) {