lib/kraken_client/requests/content/header.rb in kraken_client-1.1.1 vs lib/kraken_client/requests/content/header.rb in kraken_client-1.1.2
- old
+ new
@@ -35,10 +35,10 @@
(high_bits | low_bits).to_s
end
def encoded_options
uri = Addressable::URI.new
- uri.query_values = options
+ uri.query_hash = options
uri.query
end
def generate_signature
key = Base64.decode64(config.api_secret)