integrallis / stripe_event

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

Pass user-generated Stripe exceptions through #26

Closed adamonduty closed 10 years ago

adamonduty commented 10 years ago

This ensures that when StripeError is generated during the subscribed block, the exception is passed through to layers past StripeEvent rather than caught and returning a 401. Mostly useful during development to let developers see their exceptions.

Re issue #23

invisiblefunnel commented 10 years ago

Looks great. I'll figure out why the Rubinius tests are failing and fix it. Thank you!