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

- old
+ new

@@ -5,11 +5,16 @@ # made by buyers on your website using the Login and Pay with Amazon service. # This API enables you to programmatically retrieve shipping and payment # information provided by the buyer from their Amazon account. It allows you # to authorize, capture, and refund payments, enabling a variety of payments # scenarios. + # + # @note The Off-Amazon Payments API section is only applicable to payments + # made through the Login and Pay with Amazon service offered by Amazon + # Payments. You cannot use this API section to process payments for Amazon + # Marketplace, Amazon Webstore, or Checkout by Amazon. class OffAmazonPayments < ::Peddler::Client - path 'OffAmazonPayments/2013-01-01/' + path '/OffAmazonPayments/2013-01-01/' # Sets order reference details such as the order total and a description for # the order # # @see http://docs.developer.amazonservices.com/en_US/off_amazon_payments/OffAmazonPayments_SetOrderReferenceDetails.html