Version 15.0.0
csabol-stripe
released this
19 Mar 22:35
·
5248 commits
to master
since this release
- Renames all former references to 'PaymentMethod' to 'PaymentOption'. See MIGRATING.md for more details. #1139
- Renames
STPPaymentMethod
toSTPPaymentOption
- Renames
STPPaymentMethodType
toSTPPaymentOptionType
- Renames
STPApplePaymentMethod
toSTPApplePayPaymentOption
- Renames
STPPaymentMethodTuple
toSTPPaymentOptionTuple
- Renames
STPPaymentMethodsViewController
toSTPPaymentOptionsViewController
- Renames all properties, methods, comments referencing 'PaymentMethod' to 'PaymentOption'
- Renames
- Rewrites
STPaymentMethod
andSTPPaymentMethodType
to match the Stripe API. #1140. - Adds
[STPAPI createPaymentMethodWithParams:completion:]
, which creates a PaymentMethod. #1141 - Adds
paymentMethodParams
andpaymentMethodId
toSTPPaymentIntentParams
. You can now confirm a PaymentIntent with a PaymentMethod. #1142 - Adds
paymentMethodTypes
toSTPPaymentIntent
. - Deprecates several Source-named properties, based on changes to the Stripe API. #1146
- Deprecates
STPPaymentIntentParams.saveSourceToCustomer
, replaced bysavePaymentMethod
- Deprecates
STPPaymentIntentsStatusRequiresSource
, replaced bySTPPaymentIntentsStatusRequiresPaymentMethod
- Deprecates
STPPaymentIntentsStatusRequiresSourceAction
, replaced bySTPPaymentIntentsStatusRequiresAction
- Deprecates
STPPaymentIntentSourceAction
, replaced bySTPPaymentIntentAction
- Deprecates
STPPaymentSourceActionAuthorizeWithURL
, replaced bySTPPaymentActionRedirectToURL
- Deprecates
STPPaymentIntent.nextSourceAction
, replaced bynextAction
- Deprecates
- Added new localizations for the following languages #1050
- Danish
- Spanish (Argentina/Latin America)
- French (Canada)
- Norwegian
- Portuguese (Brazil)
- Portuguese (Portugal)
- Swedish
- Deprecates
STPEphemeralKeyProvider
, replaced bySTPCustomerEphemeralKeyProvider
. We now allow for ephemeral keys that are not customer #1131 - Adds CVC image for Amex cards #1046
- Fixed
STPPaymentCardTextField.nextFirstResponderField
to never return nil #1059 - Improves return key functionality for
STPPaymentCardTextField
,STPAddCardViewController
#1059 - Add postal code support for Saudi Arabia #1127
- CVC field updates validity if card number/brand change #1128