Lg-14704 refactor doc capture routing#11897
Merged
AShukla-GSA merged 11 commits intomainfrom Feb 21, 2025
Merged
Conversation
Contributor
|
the intention of this ticket is for users to be routed directly to the correct document capture controller. currently all standard flow users are routed (from here and here ... also check for others) directly to the mock/LN and then forwarded to Socure document capture if their doc_auth_vendor is Socure. i'm wondering if there is an opportunity to reuse redirect_to_correct_vendor instead of always sending a user to the mock/LN document capture controller 🤔 |
amirbey
reviewed
Feb 20, 2025
amirbey
reviewed
Feb 20, 2025
amirbey
reviewed
Feb 20, 2025
amirbey
reviewed
Feb 20, 2025
amirbey
reviewed
Feb 20, 2025
amirbey
reviewed
Feb 21, 2025
amirbey
reviewed
Feb 21, 2025
amirbey
reviewed
Feb 21, 2025
…g to route directly yo correct vendor controller
…r correct vendor url
848dac2 to
b43b5cc
Compare
amirbey
approved these changes
Feb 21, 2025
This was referenced Feb 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🎫 Ticket
Link to the relevant ticket:
LG-14704
🛠 Summary of changes
Added method to correctly choose correct vendor controller and calls the function to directly redirect to the correct vendor controller instead of using the standard document capture controller to redirect to the correct vendor.
📜 Testing Plan
Provide a checklist of steps to confirm the changes.