lib/mws/subscriptions.rb in peddler-0.7.3 vs lib/mws/subscriptions.rb in peddler-0.7.5

- old
+ new

@@ -6,10 +6,10 @@ # the operations in the Subscriptions API section, you can register to # receive important information from Amazon without having to poll the # Amazon MWS service. Instead, the information is sent directly to you when # an event occurs to which you are subscribed. class Subscriptions < ::Peddler::Client - path 'Subscriptions/2013-07-01' + path '/Subscriptions/2013-07-01' # Registers a new destination to receive notifications # # @see http://docs.developer.amazonservices.com/en_US/subscriptions/Subscriptions_RegisterDestination.html # @param sqs_queue_url [String]