Skip to content

Commit

Permalink
Add changelog, migrating
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-stripe committed Jun 27, 2019
1 parent c53aec2 commit 40f1942
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
* Adds listPaymentMethodsForCustomerWithCompletion: - the Customer object doesn’t contain attached Payment Methods; you must fetch it from the Payment Methods API.
* STPPaymentContext now uses the new Payment Method APIs listed above instead of Source/Token, and returns the reworked STPPaymentResult containing a PaymentMethod.
* Migrates STPPaymentResult.source to paymentMethod of type STPPaymentMethod
* Deprecates STPPaymentIntentAction* types, replaced by STPIntentAction*. [#1208](https://github.com/stripe/stripe-ios/pull/1208)
* Deprecates `STPPaymentIntentAction`, replaced by `STPIntentAction`
* Deprecates `STPPaymentIntentActionType`, replaced by `STPIntentActionType`
* Deprecates `STPPaymentIntentActionRedirectToURL`, replaced by `STPIntentActionTypeRedirectToURL`

## 15.0.1 2019-04-16
* Adds configurable support for JCB (Apple Pay). [#1158](https://github.com/stripe/stripe-ios/pull/1158)
Expand Down
1 change: 1 addition & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* STPBackendAPIAdapter
* STPPaymentResult
* Standard Integration example project
* `STPPaymentIntentAction*` types have been renamed to `STPIntentAction*`. Xcode should offer a deprecation warning & fix-it to help you migrate.

If you have integrated with any of these things, you must also migrate to PaymentMethod and the Payment Intent API. See https://stripe.com/docs/payments/payment-methods#transitioning. See CHANGELOG.md for more details.

Expand Down

0 comments on commit 40f1942

Please sign in to comment.