mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-08-24 00:00:51 -04:00
Fix use of 1.9-style hashes
This commit is contained in:
parent
4d611c62f7
commit
bf18ae9376
@ -124,7 +124,7 @@ module Stripe
|
||||
when NilClass
|
||||
{}
|
||||
when String
|
||||
{api_key: opts}
|
||||
{:api_key => opts}
|
||||
when Hash
|
||||
opts.clone
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user