/spree_shipwire

Spree extension for integrating ShipWire

Primary LanguageRubyBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Spree / Shipwire

Integrates ShipWire with Spree

  • Provides address validation
  • Provides shipping rate integration

Installation

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

Testing

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