/spree_pay_with_amazon

Add Pay with Amazon to your Spree Commerce solution

Primary LanguageRubyApache License 2.0Apache-2.0

spree_pay_with_amazon

Build StatusCircle CI Code Climate Test Coverage

Add Pay with Amazon to your Spree Commerce solution.

Installation

Add spree_amazon_payments to your Gemfile:

gem 'spree_amazon_payments', github: 'boomerdigital/spree_pay_with_amazon'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_amazon_payments:install

Registration

Register for your Amazon Payments account here

Refund Callback

You will need to configure Instant Notification Settings in order to accept the callback when a refund is completed. Configure your IPN settings by logging into your Seller Central Account.

The IPN URL will be in the Configuration section of your Spree Commerce instance.

User Guide

Please see the user guide here for more information

Setup for Manually Testing in Development