thoughtbot / fake_stripe

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

Cw add support for payment intents and payment methods #108

Closed carlweis closed 2 months ago

carlweis commented 4 years ago

Adds support for Payment Methods to address the failing specs in PR https://github.com/givecampus/givecampus/pull/8573, which makes calls to Stripe::PaymentMethod.list, which is not supported by our current version of FakeStripe.

Also fixes the existing specs around Payment Intents