bypotatoes / spree_shipworks

Shipworks API for Spree shop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Ruby 99.8%Language:CSS 0.1%Language:JavaScript 0.1%