/test-hooks

An example Rails app showing how to test the handling of Stripe webhooks by StripeEvent.

Primary LanguageRuby

TestHooks

An example app showing how to test the handling of Stripe webhooks by StripeEvent.

Setup

$ git clone https://github.com/invisiblefunnel/test-hooks.git
$ cd test-hooks
$ bundle
$ rake # run tests