lib/mws/off_amazon_payments.rb in peddler-0.6.5 vs lib/mws/off_amazon_payments.rb in peddler-0.7.0

- old
+ new

@@ -1,14 +1,28 @@ -require 'mws/off_amazon_payments/client' +require 'peddler/client' + +module MWS + # The Off-Amazon Payments API helps you to process payments for purchases + # 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. + # + # @todo Not implemented + class OffAmazonPayments < ::Peddler::Client + path 'OffAmazonPayments/2013-01-01/' + end +end