RailsApps / rails-stripe-membership-saas

An example Rails 4.2 app with Stripe and the Payola gem for a membership or subscription site.
http://railsapps.github.io/rails-stripe-membership-saas
1.14k stars 232 forks source link

Fixed cancel_subscription #98

Closed joshlarsen closed 10 years ago

joshlarsen commented 10 years ago

Thanks for your work on this sample app. It looks like the Stripe API has changed since this was written. As such, subscription cancellations don't work. The current Stripe API doesn’t have a subscription.status, it resides in customer.subscriptions.data. Just cancel the first one, since there should only ever be one.

ghost commented 10 years ago

If I download the stripe railsapp from the "download zip" link on the github page, does that download always include these latest merges?

On Mar 17, 2014, at 10:22 AM, Daniel Kehoe notifications@github.com wrote:

Merged #98.

— Reply to this email directly or view it on GitHub.

kathyonu commented 10 years ago

joshlarsen, very nice catch, thank you. 101South, yes, if what you want has been merged it into master, you get it. Press Network link to see what you get. (Just in case .. last of the little icon up above, on the right)