thoughtbot / fake_stripe

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

Add outcome key to response json #84

Closed daytonn closed 2 years ago

daytonn commented 7 years ago

I need to test the risk_level in an application and currently fake stripe does not contain this data in a response. https://stripe.com/docs/api#charges shows an outcome key at the root that contains the risk_level value.

I simply used the values provided in the example on Stripe's site.

daytonn commented 2 years ago

Closing due to inactivity.