Skip to content

23.3.2

Compare
Choose a tag to compare
@eurias-stripe eurias-stripe released this 09 Jan 20:09
· 2013 commits to master since this release
23.3.2

23.3.2 2023-01-09

  • [Changed] Using Tuist to generate Xcode projects. From now on, only release versions of the SDK will include Xcode project files, in case you want to build a non release revision from source, you can follow these instructions to generate the project files. For Carthage users, this also means that you will only be able to depend on release versions.

PaymentSheet

  • [Added] PaymentSheetError now conforms to CustomDebugStringConvertible and has a more useful description when no payment method types are available.
  • [Changed] Customers can now re-enter the autocomplete flow of AddressViewController by tapping an icon in the line 1 text field.