-
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: Add Support for Amazon Pay Redirect and Amazon Pay payment via Stripe #7056
base: main
Are you sure you want to change the base?
Conversation
455af10
to
011d538
Compare
011d538
to
9117e4b
Compare
9117e4b
to
27e4a78
Compare
27e4a78
to
ffc115d
Compare
ffc115d
to
b9c4127
Compare
b9c4127
to
748bbb0
Compare
135f300
to
60b3a83
Compare
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 Amazon Pay requires session token ? If yes, please add the /session
call test case.
Also update the pr commit message to
feat(router): Add Support for Amazon Pay Redirect and Amazon Pay payment via Stripe
6eb2694
0a60c77
to
6eb2694
Compare
For stripe, we don't require session token |
Type of Change
Description
Add Support for Amazon Pay Redirect and Amazon Pay payment via Stripe
Additional Changes
Motivation and Context
https://github.com/juspay/hyperswitch-cloud/issues/8142
How did you test it?
Response
Response
Response
Checklist
cargo +nightly fmt --all
cargo clippy