mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-10-04 00:00:47 -04:00
The test suite is currently throwing a bunch of warnings from some recent changes I made -- although we initialize `@additive_params` when setting one with `self.additive_object_param`, we don't when we check one with `self.additive_object_param?`. This often isn't a problem because every API resource sets `metadata`, but it is from the test suite and probably for vanilla `StripeObject`s too.