Skip to content

rubyroidlabs/spree_shipworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: 'git@github.com: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

About

Shipworks API for Spree shop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.8%
  • Other 0.2%