Spree extension for integrating ShipWire
Last updated on: April 21 at 07:48 PM
source code bug trackerIntegrates ShipWire with Spree
Add spree_shipwire to your Gemfile:
gem 'spree_shipwire', github: 'DynamoMTL/spree_shipwire'
Bundle your dependencies and run the installation generator:
bundle
bundle exec rails g spree_shipwire:install
First bundle your dependencies, then run rake. rake will default to building the dummy app if it does not exist, then it will run specs. The dummy app can be regenerated by using rake test_app.
bundle
bundle exec rake
Copyright (c) 2015 DynamoMTL, released under the New BSD License