-
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): added dispute accept api, file module apis and dispute evidence submission api #900
Merged
Merged
Changes from 69 commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
e05d385
api contract for bank redirect
Sangamesh26 b31bb01
contract change for sofort
Sangamesh26 f95cec3
changed in migration for payment_method from type to varchar
Sangamesh26 b078ab6
Initial commit
bd03936
Merge branch 'bank-redirect-api-contract' of https://github.com/juspa…
f17ef01
Added bank transfers
8d86767
Added refunds and refund sync for trustpay
503cf0f
Merge branch 'main' of https://github.com/juspay/hyperswitch into fea…
f8cee46
added trustpay refunds, refundsync
6471368
Merge branch 'main' of https://github.com/juspay/hyperswitch into fea…
05bab31
added tests for trustpay
16833ba
revered unnecessary changes
ccb1639
reverted unnecessary changes
610a45c
Refactoring and resolved comments
9109e80
Merge branch 'main' of https://github.com/juspay/hyperswitch into fea…
8b4e07f
Refactor and resolving comments
bd8ebe0
resolved comments
f93a808
resolved comments
247ec86
Merge branch 'main' into feat/add_connector_trustpay
jarnura 2e76e6b
added rsync for bank redirects
822b92e
fixed bank redirect sync, refund sync and resolved comments
d7ffed3
Merge branch 'feat/add_connector_trustpay' of https://github.com/jusp…
a6bf5d6
refactored and resolved comments
b05a0c3
Merge branch 'main' of https://github.com/juspay/hyperswitch into fea…
273e0bb
resolved comments
d439e93
added webhooks for trustpay
17982b1
added signature verification for trustpay webhooks
a4d8888
merged main
f7d9bdb
removed unnecessary changes
f2cfd8e
resolved comments
9cec5ef
fixed connector template
96c0f63
added dispute webhooks flow
e211a0d
merge latest main
31ec38b
fixed spell check
sai-harsha-vardhan cec0ed6
Merge branch 'main' of https://github.com/juspay/hyperswitch into fea…
sai-harsha-vardhan 1891a11
latest main merge
sai-harsha-vardhan 5b108de
added dispute webhooks flow for adyen
sai-harsha-vardhan 4414d52
added dispute retrieve and list apis
sai-harsha-vardhan 95c3fda
added filters for list api
sai-harsha-vardhan b8f0a69
pull latest changes
sai-harsha-vardhan 14889b1
fixed code formatting
sai-harsha-vardhan 93ab086
fixed utopia issues
sai-harsha-vardhan ed7093b
Merge branch 'main' of github.com:juspay/hyperswitch into feat/disput…
sai-harsha-vardhan 5609392
fixed index and authentication for apis
sai-harsha-vardhan a637429
spell check fix
sai-harsha-vardhan 9c57d20
fix diesel migrations
sai-harsha-vardhan d153362
fix dispute schema issue
sai-harsha-vardhan 1aa16ac
added flow for accept dispute api
sai-harsha-vardhan 9500808
added accept dispute api flow for checkout
sai-harsha-vardhan 2e012a5
added file upload api
sai-harsha-vardhan ce56cff
added file delete and retrieve apis
sai-harsha-vardhan 6f6a11f
added s3 as feature and implemented local file system crd
sai-harsha-vardhan b9eb0b7
merged latest main
sai-harsha-vardhan b631774
reverted lock file
sai-harsha-vardhan 94a7077
spell check fix
sai-harsha-vardhan 1b17f4d
added files directory and fixed content type
sai-harsha-vardhan a85e2a1
Merge branch 'main' of github.com:juspay/hyperswitch into feat/disput…
sai-harsha-vardhan e3019eb
added submit evidence api, connector files uploads and resolved comments
sai-harsha-vardhan 43beacd
resolved comments
sai-harsha-vardhan 74a2c4d
Merge branch 'main' into feat/dispute-evidence-apis
sai-harsha-vardhan c5bfb2d
Merge branch 'main' into feat/dispute-evidence-apis
jarnura fa814a6
resolved comments
sai-harsha-vardhan 8d407f5
Merge branch 'feat/dispute-evidence-apis' of github.com:juspay/hypers…
sai-harsha-vardhan 8962c11
logged errors, refactor and resolved comments
sai-harsha-vardhan a855901
spell fix and changed primary key of file_metadata
sai-harsha-vardhan f9ae729
Merge branch 'main' of github.com:juspay/hyperswitch into feat/disput…
sai-harsha-vardhan 84484c1
resolved clippy warnings
sai-harsha-vardhan c089711
used change_context instead of map_err and resolved comments
sai-harsha-vardhan 671168e
merge latest main
sai-harsha-vardhan 177bf2b
resolved comments
sai-harsha-vardhan cae51f0
Merge branch 'main' of github.com:juspay/hyperswitch into feat/disput…
sai-harsha-vardhan 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
use utoipa::ToSchema; | ||
|
||
#[derive(Debug, serde::Serialize, ToSchema)] | ||
pub struct CreateFileResponse { | ||
/// ID of the file created | ||
pub file_id: String, | ||
} |
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.
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.
Also add this fields to other
config.example.toml
&docker_compose.toml
@sai-harsha-vardhan