Spree Google Checkout
Comments
NOTE:These instructions only apply to Spree version 0.70.x.
1. Add the following line to your Gemfile
gem 'spree_google_checkout', :git => 'git://raw.github.com/railsdog/spree-google-checkout.git', :branch => 'master'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/railsdog/spree-google-checkout
NOTE:These instructions only apply to Spree version 0.60.x.
1. Add the following line to your Gemfile
gem 'spree_google_checkout', :git => 'git://raw.github.com/railsdog/spree-google-checkout.git', :branch => '0-50-x'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/railsdog/spree-google-checkout
NOTE:These instructions only apply to Spree version 0.50.x.
1. Add the following line to your Gemfile
gem 'spree_google_checkout', :git => 'git://raw.github.com/railsdog/spree-google-checkout.git', :branch => '0-50-x'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/railsdog/spree-google-checkout
NOTE:These instructions only apply to Spree version 0.11.x.
1. Add the following line to your Gemfile
gem 'spree_google_checkout', :git => 'git://raw.github.com/railsdog/spree-google-checkout.git', :branch => '0-11-stable'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/railsdog/spree-google-checkout
NOTE:These instructions only apply to Spree version 0.10.x.
1. Add the following line to your Gemfile
gem 'spree_google_checkout', :git => 'git://raw.github.com/railsdog/spree-google-checkout.git', :branch => '0-11-stable'
2. Update your bundle by running:
$ bundle install
3. Refer to the extensions READme for further instructions:
http://github.com/railsdog/spree-google-checkout
Be the first to comment on this extension.
Login to Comment.