Shopify / active_shipping

ActiveShipping is a simple shipping abstraction library extracted from Shopify
http://shopify.github.io/active_shipping
MIT License
812 stars 546 forks source link

add option to not include tax in rates for CP PWS #496

Closed imran-iq closed 7 years ago

imran-iq commented 7 years ago

Sometimes tax is not desired in the rates lookup (eg, you are calculating your own tax) Add an option to exclude tax from rate lookup. Also fixed the test fixture as the numbers were not lining up.

imran-iq commented 7 years ago

This wont work, fuel surchage is included in tax, reworking.

imran-iq commented 7 years ago

Fixed behaviour and test, ready for review now