andrewculver / koudoku

Robust subscription support for Rails with Stripe.
MIT License
1.16k stars 187 forks source link

NoMethodError (undefined method `update_subscription' for #<Stripe::Customer:0x00007fda314b0f88> #205

Open RailsCod3rFuture opened 3 years ago

RailsCod3rFuture commented 3 years ago

After successfully upgrading the plan. I receive the "update_subscription" method error. Does anyone know why this is happenining?

gwalshington commented 3 years ago

I just had the same issue. This answered the question for me: https://stackoverflow.com/questions/64199340/nomethoderror-undefined-method-update-subscription-for-stripecustomer

RailsCod3rFuture commented 3 years ago

The new checkout and subscription system for Stripe - has totally changed the system in a way that brought an end to the lifecycle of Koudoku -- in its current state.