lib/mws/customer_information/client.rb in peddler-0.13.0 vs lib/mws/customer_information/client.rb in peddler-0.14.0

- old
+ new

@@ -16,10 +16,11 @@ # Webstore offers both checkout options, customer information is returned # only for Seller-Branded Checkout accounts. # @note In addition to registering for Amazon MWS, you must request # authorization to use the Customer Information API. class Client < ::Peddler::Client - path '/CustomerInformation/2014-03-01' + version "2014-03-01" + path "/CustomerInformation/#{version}" # Lists customer accounts based on search criteria that you specify # # @see http://docs.developer.amazonservices.com/en_US/customer_info/CustomerInfo_ListCustomers.html # @param opts [Hash]