Version 14.0.0
csabol-stripe
released this
14 Nov 20:56
·
5394 commits
to master
since this release
14.0.0 2018-11-14
- Changes
STPPaymentCardTextField
, which now copies thecardParams
property. See MIGRATING.md for more details. #1031 - Renames
STPPaymentIntentParams.returnUrl
toSTPPaymentIntentParams.returnURL
. #1037 - Removes
STPPaymentIntent.returnUrl
and addsSTPPaymentIntent.nextSourceAction
, based on changes to the Stripe API. #1038 - Adds
STPVerificationParams.document_back
property. #1017 - Fixes bug in
STPPaymentMethodsViewController
where selected payment method changes back if it wasn't dismissed in thedidFinish
delegate method. #1020