Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 746 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 746 Bytes

Spree Subscriptions

A Spree extension that enables subscription services.

Features

  • Provides administrators the ability to make items subscribable.
  • Option for recurring payments.
  • Set time intervals for shipments.
  • Provides customers the ability to create subscriptions.

Installation

Add gem to Gemfile:

gem 'spree_subscriptions', github: 'DynamoMTL/spree_subscriptions.git'

Install with bundle and run the generator.

bundle install    
rails g spree_subscriptions:install

Testing

Make sure to bundle dependencies and create dummy test app to run against specs.

bundle
bundle exec rake test_app
bundle exec rspec spec

Copyright (c) 2013 [Dynamo], released under the New BSD License