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

- old
+ new

@@ -11,10 +11,11 @@ # notifications that were sent to your customers when out-of-stock items # came back in stock. This information, when combined with sales information # that your Webstore tracks, can help you determine how many notifications # were converted into sales. class Client < ::Peddler::Client - path '/Webstore/2014-09-01/' + version "2014-09-01" + path "/Webstore/#{version}/" # Lists subscription counts of subscriptions in a specified state, # including the items that are subscribed to # # @see http://docs.developer.amazonservices.com/en_US/webstore/Webstore_ListSubscriptionsCount.html