lib/mws/cart_information/client.rb in peddler-0.13.0 vs lib/mws/cart_information/client.rb in peddler-0.14.0
- old
+ new
@@ -14,10 +14,11 @@
# checkout options, cart information is returned only for Seller-Branded
# Checkout accounts.
# @note In addition to registering for Amazon MWS, you must also request
# authorization to use the Cart Information API section.
class Client < ::Peddler::Client
- path '/CartInformation/2014-03-01'
+ version "2014-03-01"
+ path "/CartInformation/#{version}"
# Lists shopping carts
#
# @see http://docs.developer.amazonservices.com/en_US/cart_info/CartInfo_ListCarts.html
# @param date_range_start [String, #iso8601]