You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
23.0.0 2022-10-24
Payments
[Changed] Reduced the size of the SDK by splitting the Stripe module into StripePaymentSheet, StripePayments, and StripePaymentsUI. Some manual changes may be required. Migration instructions are available at https://stripe.com/docs/mobile/ios/sdk-23-migration.
Bindings for the Stripe Payments API, STPPaymentCardTextField, STPCardFormView, and other UI elements.
1.7MB
3.9MB
[Changed] The minimum iOS version is now 13.0. If you'd like to deploy for iOS 12.0, please use Stripe SDK 22.8.4.
[Changed] STPPaymentCardTextField's cardParams parameter has been deprecated in favor of paymentMethodParams, making it easier to include the postal code from the card field. If you need to access the STPPaymentMethodCardParams, use .paymentMethodParams.card.
PaymentSheet
[Fixed] Fixed a validation issue where cards expiring at the end of the current month were incorrectly treated as expired.
[Fixed] Fixed a visual bug in iOS 16 where advancing between text fields would momentarily dismiss the keyboard.