mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
* Codegen for openapi 474461f * Add and fix tests for the latest stripe-mock Some of the tests had to be changed/mocked because stripe-mock has a bug where the includable sub-lists it returns have the wrong url set. Because of this, when you call create/list/etc. on one of those sub-lists the calls fails due to that URL being incorrect. Moved one test to use charge+refund (auto-expanded) and another used a mock to have the right URL returned.