Skip to content

Version 11.2.0

Compare
Choose a tag to compare
@joeydong-stripe joeydong-stripe released this 27 Jul 22:49
· 5689 commits to master since this release
v11.2.0
  • Adds an option to allow users to delete payment methods from the STPPaymentMethodsViewController. Enabled by default but can disabled using the canDeletePaymentMethods property of STPPaymentConfiguration.
  • Adds a postal code field to STPPaymentCardTextField, configurable with postalCodeEntryEnabled and postalCodePlaceholder. Disabled by default.
  • Adds a new helper method to STPSourceParams for creating single-use Alipay sources.
  • Adds a new example app, "UI Examples", which you can run without any setup to check out our UI components.
  • STPCustomer's shippingAddress property is now correctly annotated as nullable.
  • Removed STPCheckoutUnknownError, STPCheckoutTooManyAttemptsError, and STPCustomerContextMissingKeyProviderError. These errors will no longer occur.