Skip to content

Commit

Permalink
default payment gateways for release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmar committed Feb 1, 2012
1 parent 032ee92 commit af49d87
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions source/release_notes_1_0_0.textile
Expand Up @@ -83,6 +83,28 @@ $ gem install spree
$ spree extension my_ext
</shell>

h3. Default Payment Gateways

The new Spree Command Line Tool prompts you to install the default gateways. This adds the "spree_skrill":https://github.com/spree/spree_skrill and "spree_usa_epay":https://github.com/spree/spree_usa_epay gems. These are the Spree Commerce supported gateways for stores in the United States (USA ePay) and Internationally (Skrill formally Moneybookers).

<shell>
$ rails new my_store
$ spree install my_store
Would you like to install the default gateways? (yes/no) [yes]
</shell>

We have moved all the gateways out of core (except bogus) to the "Spree Gateway Gem":https://github.com/spree/spree_gateway. You can add this gem to your Gemfile if you need one
of those gateways.

<ruby>
gem 'spree'

# add to your Gemfile after the Spree gem
gem 'spree_gateway'
</ruby>

The gateways available in the "Spree Gateway Gem":https://github.com/spree/spree_gateway are community supported. These include Authorize.net, Stripe and Braintree and many other contributed gateways.

h3. Preferences

We have refactored Spree Preferences to improve performance and simplify
Expand Down

0 comments on commit af49d87

Please sign in to comment.