solidusio-contrib / solidus_active_shipping

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

Remove unneeded ActiveShipping includes #1

Closed fredericboivin closed 8 years ago

fredericboivin commented 8 years ago

This is to remove the ActiveShipping includes. They are not needed since we are accessing ActiveShipping (the Shopify one) through ::

Also, properly scoping the calls to Package (::ActiveShipping::Package)

jhawthorn commented 8 years ago

Thank you