Fix use of 1.9-style hashes

This commit is contained in:
Brian Krausz 2015-02-09 23:42:23 -08:00
parent 4d611c62f7
commit bf18ae9376

View File

@ -124,7 +124,7 @@ module Stripe
when NilClass
{}
when String
{api_key: opts}
{:api_key => opts}
when Hash
opts.clone
else