From 9aee18c3f7d00067a93b4f3af30c3bfc60edd53e Mon Sep 17 00:00:00 2001 From: Rodrigo Barraza Date: Tue, 10 Sep 2024 16:00:51 -0700 Subject: [PATCH 1/4] EFT switching logic Added all admins as notification recipients when switching to EFT payment method --- auth-web/package-lock.json | 4 +-- auth-web/package.json | 2 +- .../payment/AccountPaymentMethods.vue | 29 +++++++++++++++++-- 3 files changed, 30 insertions(+), 5 deletions(-) diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index c6516f831e..1a03e752f9 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.83", + "version": "2.6.84", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.83", + "version": "2.6.84", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", diff --git a/auth-web/package.json b/auth-web/package.json index 9e98d0305c..6e8eeba8fd 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.83", + "version": "2.6.84", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/auth/account-settings/payment/AccountPaymentMethods.vue b/auth-web/src/components/auth/account-settings/payment/AccountPaymentMethods.vue index 684b129948..ea1374ab8e 100644 --- a/auth-web/src/components/auth/account-settings/payment/AccountPaymentMethods.vue +++ b/auth-web/src/components/auth/account-settings/payment/AccountPaymentMethods.vue @@ -105,11 +105,14 @@