sitepoint / spree_gateway

Community maintained collection of gateways for use in Spree

Home Page:http://spreecommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreeGateway

Community supported Spree Payment Method Gateways.

These can be used with Spree 1.0.x

http://guides.spreecommerce.com/payment_gateways.html

Installation

In your gemfile:

gem 'spree'
gem 'spree_gateway', :git => 'git://github.com/spree/spree_gateway.git' # make sure to include after spree

Then run:

$ bundle install

Testing

Be sure to bundle your dependencies and then create a dummy test app for the specs to run against.

$ bundle
$ bundle exec rake test app
$ bundle exec rspec spec

Copyright (c) 2011 Spree Commerce, released under the New BSD License

About

Community maintained collection of gateways for use in Spree

http://spreecommerce.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 100.0%