-
Notifications
You must be signed in to change notification settings - Fork 50
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
Bump SDKs to 3.8.0 #775
Bump SDKs to 3.8.0 #775
Conversation
we just today shipped an iOS 3.8.1 hotfix, could you update this to include that? |
@@ -142,6 +142,8 @@ internal fun mapFromDeviceType(type: DeviceType): String { | |||
DeviceType.STRIPE_M2 -> "stripeM2" | |||
DeviceType.STRIPE_S700 -> "stripeS700" | |||
DeviceType.STRIPE_S700_DEVKIT -> "stripeS700Devkit" | |||
DeviceType.STRIPE_S710 -> "stripeS710" |
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.
are these not needed for iOS?
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.
yes but iOS does't support S710 yet by v3.8.0.
@ianlin-bbpos this can be a different PR but 3.8.0 has support for Tap to Pay UX configuration. Can we add that as well? https://github.com/stripe/stripe-terminal-android/blob/master/CHANGELOG.md#tap-to-pay-localmobile |
Copy that. |
Summary
Bump SDKs to 3.8.0.
Motivation
Upgrade the native SDKs to the latest.
Testing
Documentation
Select one: