Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 4.37 KB

README.md

File metadata and controls

58 lines (44 loc) · 4.37 KB

solidus_amazon_payments

Build StatusCircle CI Code Climate Test Coverage

Add Pay with Amazon to your Solidus-based Spree Commerce solution.

Installation

Add solidus_amazon_payments to your Gemfile:

gem 'solidus_amazon_payments', github: 'boomerdigital/solidus_amazon_payments'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g solidus_amazon_payments:install

This gem is not compatible with v1.0 and v1.1

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