mirror of
https://github.com/stripe/stripe-ruby.git
synced 2025-12-09 00:01:53 -05: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 NilClass
|
||||||
{}
|
{}
|
||||||
when String
|
when String
|
||||||
{api_key: opts}
|
{:api_key => opts}
|
||||||
when Hash
|
when Hash
|
||||||
opts.clone
|
opts.clone
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user