thoughtbot / fake_stripe

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

No tests for coupon "amount_off" #73

Open ACPK opened 7 years ago

ACPK commented 7 years ago

All of the sample JSON responses have percent_off set and amount_off equal to nil.

https://github.com/thoughtbot/fake_stripe/blob/9f2e58a131dbb7f28a1d289c31297580ac04365e/lib/fake_stripe/fixtures/list_coupons.json

ACPK commented 7 years ago

Pull Request: #74