stripe-ruby-mock / stripe-ruby-mock

A mocking library for testing stripe ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invoice.upcoming doesn't work correctly in test mod

HAHAfreshe opened this issue · comments

I'm trying to use Stripe::Invoice.upcoming with only the :subscription parameter, which should work in last API version. In test mode, I get an error because I haven't given a :customer parameter, but I shouldn't have to.