StemboltHQ/spree_affirm

Name: spree_affirm

Owner: Stembolt

Description: Spree extension for affirm

Forked from: CasperSleep/spree_affirm

Created: 2016-05-23 23:07:16.0

Updated: 2016-05-23 23:07:17.0

Pushed: 2017-11-13 16:30:21.0

Homepage: null

Size: 111

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

SpreeAffirm

Installation
  1. Add this extension to your Gemfile with this line:

    gem 'spree_affirm', :github => “affirm/spree_affirm”

  2. Install the gem using Bundler:

    bundle install
    
  3. Copy & run migrations

    bundle exec rails g spree_affirm:install
    
  4. Restart your server

Contributing
  1. Fork it
  2. Create your feature branch (`git checkout -b my-new-feature`).
  3. Commit your changes (`git commit -am 'Added some feature'`)
  4. Push to the branch (`git push origin my-new-feature`)
  5. Create new Pull Request
Testing

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

le
le exec rake test_app
le 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:

ire 'spree_affirm/factories'

Copyright (c) 2014 [name of extension creator], released under the New BSD License


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.