From c6e3692b224eeebcf7e52d7dc11fd0633cf21327 Mon Sep 17 00:00:00 2001 From: Rodrigo Barraza Date: Mon, 21 Oct 2024 09:05:57 -0700 Subject: [PATCH] 21536 - Approval/rejection review (#3079) --- auth-web/package-lock.json | 4 +- auth-web/package.json | 2 +- .../components/pay/ShortNameSummaryTable.vue | 10 +- .../pay/eft/ShortNamePaymentHistory.vue | 19 +- .../components/pay/eft/ShortNameRefund.vue | 277 +++++++++++++++++- auth-web/src/models/eft-transaction.ts | 2 + auth-web/src/routes/router.ts | 4 +- auth-web/src/services/payment.services.ts | 18 +- auth-web/src/util/constants.ts | 8 +- .../views/pay/eft/ShortNameDetailsView.vue | 16 +- .../src/views/pay/eft/ShortNameRefundView.vue | 46 ++- .../ShortNamePaymentHistory.spec.ts | 7 + .../unit/components/ShortNameRefund.spec.ts | 97 +++++- .../unit/views/ShortNameRefundView.spec.ts | 2 +- 14 files changed, 451 insertions(+), 61 deletions(-) diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index 542e533dd3..829a0ee742 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.98", + "version": "2.6.99", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.98", + "version": "2.6.99", "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 5274fa3ef0..db56998f46 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.98", + "version": "2.6.99", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/pay/ShortNameSummaryTable.vue b/auth-web/src/components/pay/ShortNameSummaryTable.vue index f328299b0c..91686cf4bc 100644 --- a/auth-web/src/components/pay/ShortNameSummaryTable.vue +++ b/auth-web/src/components/pay/ShortNameSummaryTable.vue @@ -94,11 +94,11 @@