-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(connector): [Paypal] Add payout flow for wallet(Paypal and Venmo) #4406
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9d11468
refactor: add configs for payout flows
Sakilmostak 5ca3f1d
feat: skip payout create for paypal
Sakilmostak 9e826af
feat: update status for paypal for payout_creation
Sakilmostak e0dfa4b
refactor: add configs for payout flows
Sakilmostak 628bdfa
refactor: update condition for payout_object creation
Sakilmostak 73e4ecf
feat: add access_token flow for payout
Sakilmostak 7cc477b
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] e1354a6
feat: add seperate access_token module for payouts
Sakilmostak 31794f8
refactor: add feature flags for payout specific methods
Sakilmostak 604297a
refactor: resolve comments
Sakilmostak c2aece2
chore: run formatter
hyperswitch-bot[bot] f65b2b5
feat: add payout flow for paypal
Sakilmostak 29cd6ab
refactor: generate openapi spec
Sakilmostak 2a04371
refactor: resolve ci checks
Sakilmostak 0b4c90e
refactor: resolve ci checks
Sakilmostak d9af876
refactor: resolve ci checks
Sakilmostak 6c5444f
Merge branch 'main' into paypal_payout
Sakilmostak baebc18
refactor: resolve openapi check
Sakilmostak a98a6e4
docs(openapi): re-generate OpenAPI specification
hyperswitch-bot[bot] 5faa5ca
refactor: resolve comments
Sakilmostak 9997600
refactor: merge main
Sakilmostak c2c44b0
refactor: update with main
Sakilmostak 016ec72
Merge branch 'main' into paypal_payout
Sakilmostak cb64646
refactor: resolve comments
Sakilmostak fe17397
refactor: resolve ci checks
Sakilmostak 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1429,6 +1429,7 @@ pub enum PaymentMethodType { | |
Twint, | ||
UpiCollect, | ||
Vipps, | ||
Venmo, | ||
Walley, | ||
WeChatPay, | ||
SevenEleven, | ||
|
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 |
---|---|---|
|
@@ -89,6 +89,7 @@ pub enum WalletType { | |
TouchNGo, | ||
Swish, | ||
Cashapp, | ||
Venmo, | ||
} | ||
|
||
#[derive( | ||
|
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.
Does it include phone country code as well? eg: +91
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.
Nope