solidusio-contrib / solidus_active_shipping

:package: Solidus integration for Shopify's active_shipping gem.
8 stars 22 forks source link

Document the `:units` configuration value in the README #18

Closed forkata closed 8 years ago

forkata commented 8 years ago

Spree::ActiveShipping::Config[:units] is something that is used in the base calculator to optionally specify :imperial as the units when creating ActiveShipping::Package instances.

This is currently not documented in the README, so we should add it and also ensure if that configuration value is used properly throughout the code base.