thoughtbot / fake_stripe

A Stripe fake so that you can avoid hitting Stripe servers in tests.
MIT License
401 stars 78 forks source link

Fix - Remove Webmock #97

Closed victorhazbun closed 5 years ago

victorhazbun commented 5 years ago

Context

The fake_stripe gem should only intercept requests from Stripe (on the backend/frontend). https://github.com/thoughtbot/fake_stripe/issues/64

Changes

Notes

Feedback is very welcome. Thanks.