Skip to content

Commit

Permalink
update MIGRATING
Browse files Browse the repository at this point in the history
  • Loading branch information
bg-stripe committed Mar 7, 2017
1 parent c0d9ad9 commit 15b83b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
### Migrating from versions < 10.0

- Methods deprecated in Version 6.0 have now been removed.
- The `STPSource` protocol has been renamed `STPSourceProtocol`.
- `STPSource` is now a model object representing a source from the Stripe API. https://stripe.com/docs/sources
- `STPCustomer` will now include `STPSource` objects in its `sources` array if a customer has attached sources.
- `STPErrorCode` and `STPCardErrorCode` are now first class Swift enums (before, their types were `Int` and `String`, respectively)

Expand Down

0 comments on commit 15b83b9

Please sign in to comment.