Skip to content

solidusio-contrib/solidus_quiet_logistics

Repository files navigation

SolidusQuietLogistics

CircleCI

SolidusQuietLogistics extension serves to manage the integration with Quiet Logistics as logistics provider for your store.

Installation

Add solidus_quiet_logistics to your Gemfile:

gem 'solidus_quiet_logistics'

Bundle your dependencies and run the installation generator:

bundle
bundle exec rails g solidus_quiet_logistics:install

Configure your application with the Quiet Logistics credentials changing the app/config/initializers/quiet_logistics.rb added by the generator.

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, and Rubocop static code analysis. The dummy app can be regenerated by using rake test_app.

bundle
bundle exec rake

When testing your applications integration with this extension you may use it's factories. Simply add this require statement to your spec_helper:

require 'solidus_quiet_logistics/factories'

Copyright (c) 2019 Nebulab, released under the New BSD License

About

Solidus Quiet Logistics integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages