Skip to content
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.

Support API version 2015-02-18 #93

Closed
peterkeen opened this issue Feb 19, 2015 · 1 comment · Fixed by #97
Closed

Support API version 2015-02-18 #93

peterkeen opened this issue Feb 19, 2015 · 1 comment · Fixed by #97

Comments

@peterkeen
Copy link
Collaborator

https://stripe.com/docs/upgrades

card and default_card are gone, replaced by source and default_source.

We should probably add a way to peg an API version. That way we don't have to worry about this kind of thing immediately.

@jwo
Copy link

jwo commented Feb 23, 2015

For anyone coming after me, I got around this by pegging stripe api version by adding to my config/initializers/payola.rb. It's the last version before their breaking changes on 2015-02-18.

Stripe.api_version = "2015-02-16"

peterkeen added a commit that referenced this issue Mar 1, 2015
Note that this *forces* API version 2015-02-18. If you have non-Payola
code using the Stripe gem you will have to update it.

Fixes #93
Fixes #96
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants