stripe-ruby-mock / stripe-ruby-mock

A mocking library for testing stripe ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No such invoice: test_in_2/finalize

tedma4 opened this issue · comments

Using ruby 3.0.6 and stripe-ruby-mock 3.1.0.rc3 with minitest I keep getting the error: No such invoice: test_in_2/finalize whenever I call Stripe::Invoice.finalize_invoice(stripe_invoice_id)
The invoice does exist and is a draft before calling the method.