stripe-ruby-mock/stripe-ruby-mock#763
I think we have three options from here cc @gilbert @alexmamonchik @mnin_twitter @pothibo
Stripe::Checkout::Session.create
behave more like the real API, but it is a fairly big change (technically a breaking change, but only because it's closer to the real API), so I've just created a pull request for now. If anyone has opinions on it feel free to leave some comments, otherwise I'll push to to master
in a couple of days stripe-ruby-mock/stripe-ruby-mock#786
gem 'stripe-ruby-mock', :require => 'stripe_mock', git: 'https://github.com/stripe-ruby-mock/stripe-ruby-mock.git', branch: 'master'
is this correct? because with the described one in the README did not work for me