lib/mrkt.rb in mrkt-0.10.0 vs lib/mrkt.rb in mrkt-0.11.0
- old
+ new
@@ -38,9 +38,10 @@
def initialize(options = {})
@host = options.fetch(:host)
@client_id = options.fetch(:client_id)
@client_secret = options.fetch(:client_secret)
+ @partner_id = options[:partner_id]
@retry_authentication = options.fetch(:retry_authentication, false)
@retry_authentication_count = options.fetch(:retry_authentication_count, 3).to_i
@retry_authentication_wait_seconds = options.fetch(:retry_authentication_wait_seconds, 0).to_i