integrallis / stripe_event

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

Allows events to be retrieved with custom logic. #6

Closed danhodos closed 11 years ago

danhodos commented 11 years ago

Useful for if your application has more than one Stripe account (say: one per customer) and you want to find the correct API key to use when doing the Stripe::Event.retrieve call.

danhodos commented 11 years ago

Now with fixed README and sweetly rebased.

Cheers! Dan.

invisiblefunnel commented 11 years ago

Dan, thank you again! I will merge this and cut a new release in the next few days.