Sha256: ad0973af78508aa2d63fd8960acfb7883f2b036ae087abdb3190ed8683ab9488
Contents?: true
Size: 568 Bytes
Versions: 2
Compression:
Stored size: 568 Bytes
Contents
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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
peddler-0.7.1 | lib/mws/off_amazon_payments.rb |
peddler-0.7.0 | lib/mws/off_amazon_payments.rb |