-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat(router): profile specific fallback derivation while routing payments #2806
Merged
tinu-hareesswar
merged 24 commits into
main
from
feat/profile_specific_fallback_routing
Nov 13, 2023
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
2e2afe4
feat(router): profile specific fallback derivation while routing paym…
prajjwalkumar17 435005e
Merge branch 'main' into feat/profile_specific_fallback_routing
prajjwalkumar17 5d423fd
Merge branch 'main' into feat/profile_specific_fallback_routing
prajjwalkumar17 48ce244
refactor(router): resolved open-api errors
prajjwalkumar17 555b4da
Merge branch 'feat/profile_specific_fallback_routing' of https://gith…
prajjwalkumar17 83acfcf
feat(euclid): added routes for profile based fallbacks
prajjwalkumar17 aa6426e
chore: run formatter
github-actions[bot] d6ae03c
feat(euclid): added routes for profile based fallbacks
prajjwalkumar17 776bb2d
feat(euclid): added routes for profile based fallbacks
prajjwalkumar17 0d88d92
chore: run formatter
github-actions[bot] 73b0e5e
feat(euclid): updated imports
prajjwalkumar17 0ba26d4
Merge branch 'feat/profile_specific_fallback_routing' of https://gith…
prajjwalkumar17 7922f65
Merge branch 'main' into feat/profile_specific_fallback_routing
prajjwalkumar17 824e51e
Merge branch 'main' into feat/profile_specific_fallback_routing
prajjwalkumar17 3d6a634
feat(euclid): ApiEventMetric addition
prajjwalkumar17 49d35bb
chore: run formatter
github-actions[bot] f68465f
feat(euclid): add APiEventMetric impl to a Wrapper struct
Aprabhat19 bd329c5
Merge branch 'main' into feat/profile_specific_fallback_routing
Aprabhat19 475a54e
Merge branch 'main' into feat/profile_specific_fallback_routing
Aprabhat19 b854930
make the type as a struct
Aprabhat19 45c509e
Merge branch 'feat/profile_specific_fallback_routing' of https://gith…
Aprabhat19 e6542db
Merge branch 'main' into feat/profile_specific_fallback_routing
prajjwalkumar17 0a35251
Merge branch 'main' into feat/profile_specific_fallback_routing
prajjwalkumar17 bcf1a57
feat(euclid): added the auth
prajjwalkumar17 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we have to use merchant_connector_id here. There can be many connectors with the same name
cc: @vspecky
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will make this change in next PR as we have discussed.