-
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): add support for Samsung pay app tokens flow #6257
Conversation
Review changes with SemanticDiff. Analyzed 8 of 8 files.
|
@@ -1576,7 +1576,7 @@ impl | |||
let processing_information = ProcessingInformation::try_from(( |
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 we update the TryFrom
impl to accept the enum instead of a String
?
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.
This will be addressed in #6279
…om/juspay/hyperswitch into samsung-pay/add-support-app-tokens
…sung-pay/add-support-app-tokens
Type of Change
Description
Samsung pay provide token in different format for web and app. Hence both of the formates needs to be handled in confirm call.
Additional Changes
Motivation and Context
How did you test it?
-> Create merchant connector account with samsung pay enabled
-> Create a payment
-> Sessions call
-> Confirm call with samsung pay app token format
-> Confirm call with samsung pay web token format
Checklist
cargo +nightly fmt --all
cargo clippy