You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 16, 2018. It is now read-only.
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.
https://stripe.com/docs/upgrades
card
anddefault_card
are gone, replaced bysource
anddefault_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.
The text was updated successfully, but these errors were encountered: