thoughtbot / fake_stripe

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

No support for Js v3 #70

Closed caherrerapa closed 31 minutes ago

caherrerapa commented 7 years ago

This gem is great, thanks for contributing. Currently Stripe offers v3 API and would be nice to have it here too

caseyprovost commented 7 years ago

👍 There seem to be no resources for testing against Stripe elements with RSpec either. This is awful cause I don't have a path to fix integration tests after migrating from Braintree :(

wxmn commented 7 years ago

Any plans on adding support for v3? Any technical hurdles that are blocking it? For instance, is it harder to mock the new Elements feature?

sublimecoder commented 6 years ago

V3 support would be awesome! Any movement on this front?

danbee commented 5 years ago

I've just opened a PR for basic Elements support here https://github.com/thoughtbot/fake_stripe/pull/91

LilyReile commented 5 years ago

@danbee Thanks for your PR adding basic Elements support. We're looking at extending it to support inline validation and specific responses corresponding to the different Stripe testing numbers. Have you ran into the need for that functionality yourself?

stefannibrasil commented 31 minutes ago

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