-
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(connector): [Paypal] implement vaulting for paypal cards via zero mandates #5324
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
c1c6023
do struct changes for mandates
KiranKBR 5f617ee
remove comments
KiranKBR 888b533
do changes for non zero mandates
KiranKBR 744876a
chore: run formatter
hyperswitch-bot[bot] 19cb59c
add connector_customer_id to mandate reference
KiranKBR a94c6cc
add changes to MandateReference
KiranKBR 7a6764e
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
KiranKBR 6020ff0
include card vault request
KiranKBR 47c367b
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
KiranKBR 7a23d81
change session flow paypal metadata
KiranKBR 4e3bb00
remove braintree graphql
KiranKBR 0ad1603
remove connector_customer_id from mandate reference
KiranKBR b6bcb25
apply nightly format
KiranKBR e0ac6f5
resolve comments
KiranKBR 587a104
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
KiranKBR 60c0a8d
reolve clippy issues
KiranKBR 447d472
Merge branch 'main' of https://github.com/juspay/hyperswitch into pay…
KiranKBR b3b0316
refactor: merge main
swangi-kumari 0f92960
Merge branch 'main' into paypal-wallet-vaulting-while-purchasing
swangi-kumari 41f3f26
refactor: fix
swangi-kumari 59f2b63
refactor: add router return url
swangi-kumari 14ac8e4
refactor: make name as optional
swangi-kumari 9383da1
Merge branch 'main' into paypal-wallet-vaulting-while-purchasing
swangi-kumari c334ce5
refactor: resolve clipy
swangi-kumari 68a3aef
refactor: git merge main
swangi-kumari f672978
chore: run formatter
hyperswitch-bot[bot] d6ecf9c
Merge branch 'main' into paypal-wallet-vaulting-zero-mandates
swangi-kumari 6149555
refactor: paypal card zero mandate
swangi-kumari efeec67
refactor: clean
swangi-kumari 9cb2444
Merge branch 'main' into paypal-wallet-vaulting-zero-mandates
swangi-kumari e4d6c43
refactor: merge conflicts
swangi-kumari fb9fa78
feat: add cypress test
swangi-kumari 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
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.
Why is card number option?
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 are using the same struct
CardMandateRequest
for request and response of Zero Mandate Payment and in response they are not sending fieldnumber