integrallis / stripe_event

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

Add config option to ignore test webhooks #34

Closed anark closed 9 years ago

anark commented 10 years ago

Fix for issue https://github.com/integrallis/stripe_event/issues/33 Allowing a config to ignore test webhooks

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling eb0d93ab77e821f8615a7d6abebb02bba8775b35 on anark:ignore-test-webhooks into b9c5e7fc34af597ffa0bdc2324ce38468939c157 on integrallis:master.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 8169fb5c8f15e7953d1c5a762f4a355dccf80e5d on anark:ignore-test-webhooks into b9c5e7fc34af597ffa0bdc2324ce38468939c157 on integrallis:master.

rmm5t commented 10 years ago

See my comment on https://github.com/integrallis/stripe_event/issues/33#issuecomment-48727727

rmm5t commented 10 years ago

See #38. I think it's implementation allows for a simpler approach to solving this problem, and it better allows for successfully ignoring other types of events as well (e.g. ping events).

invisiblefunnel commented 9 years ago

Thank you. Closing in favor of #38.