lib/peddler/client.rb in peddler-0.7.10 vs lib/peddler/client.rb in peddler-0.7.11

- old
+ new

@@ -41,10 +41,10 @@ def initialize(opts = {}) opts.each { |k, v| self.send("#{k}=", v) } end def aws_endpoint - "https://#{host}#{self.path || self.class.path}" + "https://#{host}#{path || self.class.path}" end def marketplace_id @marketplace_id ||= ENV['MWS_MARKETPLACE_ID'] end