Refactor transaction controllers and services structure #5

Open
naeem.ullah wants to merge 1 commits from FMFI-PRE-PRODUCTION-TRX into FMFI-PRE-PRODUCTION
Collaborator

Split transaction-related endpoints into dedicated controllers and services for authorization, cancellation, rejection, and reversal. Renamed LoginController and LoginService to AuthController and AuthService. Added DTOs for account-to-account and GL-to-account transactions, updated TransactionService to handle new transaction types, and adjusted URI constants and token bypass lists accordingly. Removed EnvironmentDetectionService as part of the refactor.

Split transaction-related endpoints into dedicated controllers and services for authorization, cancellation, rejection, and reversal. Renamed LoginController and LoginService to AuthController and AuthService. Added DTOs for account-to-account and GL-to-account transactions, updated TransactionService to handle new transaction types, and adjusted URI constants and token bypass lists accordingly. Removed EnvironmentDetectionService as part of the refactor.
naeem.ullah added 1 commit 1 month ago
1e375887e5 Refactor transaction controllers and services structure
Split transaction-related endpoints into dedicated controllers and services for authorization, cancellation, rejection, and reversal. Renamed LoginController and LoginService to AuthController and AuthService. Added DTOs for account-to-account and GL-to-account transactions, updated TransactionService to handle new transaction types, and adjusted URI constants and token bypass lists accordingly. Removed EnvironmentDetectionService as part of the refactor.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b FMFI-PRE-PRODUCTION-TRX FMFI-PRE-PRODUCTION
git pull origin FMFI-PRE-PRODUCTION-TRX

Step 2:

Merge the changes and update on Gitea.
git checkout FMFI-PRE-PRODUCTION
git merge --no-ff FMFI-PRE-PRODUCTION-TRX
git push origin FMFI-PRE-PRODUCTION
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: aConnect/aConnect-BS#5
Loading…
There is no content yet.