No commit activity in last 3 years
No release in over 3 years
Adds Coinbase payment method to Spree Commerce to accept Bitcoin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

SpreeCoinbaseBitcoinPayment

Want to accept Bitcoin on your Spree Commerce shopfront? This extension integrates with Coinbase to enable Bitcoin payment on your Spree Commerce site.

Compatibility notes: this extension is written for Spree 2.1.x, probably not compatible with newer versions of Spree.

Installation

Add spree_coinbase_bitcoin_payment to your Gemfile:

gem 'spree_coinbase_bitcoin_payment'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g spree_coinbase_bitcoin_payment:install

Configuration

Don't forget to enter your Coinbase API key and API secret on your shop's admin area for configuring this payment method.

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

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'spree_coinbase_bitcoin_payment/factories'

Copyright (c) 2014 ShopJoy Australia, released under the New BSD License