integrallis / stripe_event

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

return non-200 code on any exception #64

Closed toebbel closed 8 years ago

toebbel commented 8 years ago

Return 500 or similar when an exception (other than stripe auth exception) is thrown in user-code.

rmm5t commented 8 years ago

I'm not sure I'm following. Don't these exceptions from user-code already bubble up to the StripeEvent::WebhookController thereby triggering default ActionController behavior to return a 500 error?

toebbel commented 8 years ago

well okay then. Thanks - that helped :)