Skip to content
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

Update 3DS2 SDK to 1.2.0 #1417

Merged
merged 6 commits into from
Aug 22, 2019
Merged

Update 3DS2 SDK to 1.2.0 #1417

merged 6 commits into from
Aug 22, 2019

Conversation

jemerick-stripe
Copy link
Contributor

Summary

Bump the 3DS2 SDK to 1.2.0

Motivation

Fix 3DS2 issues.

Testing

Testing with samplestore app and automated tests

@@ -341,7 +341,8 @@ private void begin3ds2Auth(@NonNull AuthActivityStarter.Host host,
stripe3ds2Fingerprint.directoryServerEncryption.directoryServerPublicKey,
stripe3ds2Fingerprint.directoryServerEncryption.keyId);

ChallengeProgressDialogActivity.show(activity, stripe3ds2Fingerprint.directoryServer.name);
ChallengeProgressDialogActivity.show(activity, stripe3ds2Fingerprint.directoryServer.name
, false, mConfig.stripe3ds2Config.uiCustomization.getUiCustomization());
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: move comma up to the previous line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤦‍♂

@jemerick-stripe jemerick-stripe merged commit 2ab20c6 into master Aug 22, 2019
@jemerick-stripe jemerick-stripe deleted the ui-customization-updates branch August 22, 2019 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants