Skip to content

daraosn/spree_payone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spree PAYONE (Paymentgateway)

Add support for PAYONE payment methods and gateway as a payment methods.

Installation

1. Add the following to your Gemfile

gem 'spree_payone', :git => 'git://github.com/PAYONE/spree.git' 

2. Run

$ bundle install

3. To copy and apply migrations, inject JavaScript and CSS includes run:

$ rails g spree_payone:install

Configuring

After the installation visit 'PAYONE Documentation' under the 'Configuration' tab.

Dependencies

  • Spree (spree_core 1.2.x)