-
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(core): implemented platform merchant account #6882
Merged
+595
−16
Merged
Changes from 32 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1014f23
added is_platform_account column
racnan 14601c0
added platform authentication functions
racnan 38fe0be
added non connected flows error
racnan 86c3f77
Merge branch 'main' into platform-merchant-account
racnan 0f3fb99
added platform auth in apikeyauth
racnan 5510f70
added platform merchant id to payment
racnan 5af6299
happy flow fix
racnan ad51351
Merge branch 'main' into platform-merchant-account
racnan 587205e
added invalid platform error
racnan 9915ca0
platform checks in header auth
racnan ac4b57e
Merge branch 'main' into platform-merchant-account
racnan bbc907c
v2 compiles
racnan cd8b2c6
tests and fmt
racnan 312735d
Merge branch 'main' into platform-merchant-account
racnan a84a4dc
post merge cleanup
racnan 01deb60
post merge v2 cleanup
racnan 00a063f
added route to enable platform account
racnan 1624383
feature flagged
racnan d808672
cleanup
racnan 5c7a963
schema fix
racnan a7385e5
feature flag into runtime checks
racnan a90500a
Merge branch 'main' into platform-merchant-account
racnan d609bff
env flags
racnan ac68b81
Merge branch 'main' into platform-merchant-account
racnan 1ec1244
v2 disbaled
racnan d1f5880
restructure getter function
racnan f11c40e
Merge remote-tracking branch 'origin/main' into platform-merchant-acc…
racnan 6be65ca
Merge branch 'main' into platform-merchant-account
racnan 13fbda2
chore: increase min stack size in debug builds to solve postman errors
Narayanbhat166 7102076
stack size and v2
racnan 009e692
min stack to 10mb
racnan cccf034
Merge branch 'main' into platform-merchant-account
racnan 4049c6e
clean up
racnan a88d976
Merge branch 'main' into platform-merchant-account
racnan 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
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.
Can you make the same changes in the other config files as well:
config/development.toml
andconfig/docker_compose.toml
?