thoughtbot / fake_stripe

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

Setting Coupon Duration #72

Closed ACPK closed 1 month ago

ACPK commented 7 years ago

When I tried to set the coupon duration, it's always coming back as "forever" when I run the model specs. It seems to be because the json response is preset.

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

ACPK commented 7 years ago

Pull Request: https://github.com/thoughtbot/fake_stripe/pull/74

stefannibrasil commented 1 month ago

Closing this because fake_stripe has been deprecated: https://github.com/thoughtbot/fake_stripe/pull/154