-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lg-14704 refactor doc capture routing #11897
base: main
Are you sure you want to change the base?
Conversation
…g to route directly yo correct vendor controller
…r correct vendor url
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 🤔 |
🎫 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.