Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 865 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 865 Bytes

SpreeShipworks

This gem provides API for your spree shop, that allows shipworks to process your orders.

Integrating

Add gem into your Gemfile:

gem 'spree_shipworks', git: '[email protected]:bypotatoes/spree_shipworks.git', branch: '3-0-stable'

If you need, patch your Spree::ApiController through api_controller_decorator.rb

Spree::ApiController.class_eval do
  # code goes here
end

Load shipworks aplication and add a Generic Module store

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

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