integrallis / stripe_event

Stripe webhook integration for Rails applications.
https://rubygems.org/gems/stripe_event
MIT License
842 stars 105 forks source link

StripeEvent.registration is now StripeEvent.setup #9

Closed richardjortega closed 11 years ago

richardjortega commented 11 years ago

Not sure where to post this, but was StripeEvent.registration changed to StripEvent.setup in the docs (I just realized I had to update my code because of this).

Is the registration method deprecated and just use setup now?

Richard

invisiblefunnel commented 11 years ago

Hi Richard, StripeEvent.registration was deprecated in v0.3.1 and removed in v0.4.0. Use StripeEvent.setup if you are using a version >= 0.3.1. The new method is documented in the readme.