mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-11-20 00:01:05 -05:00
When constructing an object using .construct_from treat keys that are strings the same as keys which are symbols by calling Util's symbolize_names on an input hash. This makes guarantees around consistency a little better. Fixes #151.