Skip to content

Version 14.0.0

Compare
Choose a tag to compare
@csabol-stripe 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 the cardParams property. See MIGRATING.md for more details. #1031
  • Renames STPPaymentIntentParams.returnUrl to STPPaymentIntentParams.returnURL. #1037
  • Removes STPPaymentIntent.returnUrl and adds STPPaymentIntent.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 the didFinish delegate method. #1020