-
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): [BANKOFAMERICA] Implement Samsung Pay #6888
base: main
Are you sure you want to change the base?
Conversation
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.
From my understanding, we need to create a new service in Samsung Pay using the .cer provided by Bank of America to proceed with the testing. Additionally, samsung pay payment can only be test using a Samsung device.
Could you please confirm if a new service has been created for this purpose and specify which Samsung Pay developer account was used for it?
Both Bank of America and Cybersource have same creds and documentation, so I have used the same Samsung service which was used for Cybersource |
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 pr is just a backend integration of samsung for BOA.
The dashboard changes are also needs to enable it for BOA connector.
Type of Change
Description
Implemented Payment Method Samsung Pay for connector Bankofamerica
Additional Changes
Motivation and Context
https://github.com/juspay/hyperswitch-cloud/issues/7903
How did you test it?
Response:
Response:
Response:
Response:
Checklist
cargo +nightly fmt --all
cargo clippy