integrallis / stripe_event

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

Allows events to be retrieved with custom logic. #5

Closed danhodos closed 12 years ago

danhodos commented 12 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.

invisiblefunnel commented 12 years ago

I will go over this as soon as I can. I've also pushed a couple of commits since you forked. Can you rebase this branch off master? That will make the Travis build pass. Thank you very much.