Skip to content

23.27.3

Compare
Choose a tag to compare
@wooj-stripe wooj-stripe released this 14 Jun 16:41
· 0 commits to main since this release
87b6850

23.27.3 2024-06-14

PaymentSheet

  • [Fixed] Fixed an issue where changing the country of a phone number would not update the UI when the phone number's validity changed.
  • [Changed] The "save this card" checkbox is now unchecked by default. To change this behavior, set your PaymentSheet.Configuration.savePaymentMethodOptInBehavior to .requiresOptOut.
  • [Fixed] Fixed an issue where PaymentSheet would not present in the iOS 18 beta when using SwiftUI.
  • [Fixed] Fixed an issue in PaymentSheet.FlowController that could lead to the CVC recollection form being shown on presentPaymentOptions()

CustomerSheet

  • [Fixed] Fixed an issue where CustomerSheet would not present in the iOS 18 beta when using SwiftUI.

Payments

  • [Added] Updated support for MobilePay bindings.
  • [Changed] Some Payment Methods (including Klarna and PayPal) may now authenticate using ASWebAuthenticationSession, enabling these payment methods to share session storage across apps.
  • [Fixed] Fixed printing spurious STPAssertionFailure warnings.