From a3272ab16bf1597949fd300cf60743ffe172081f Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Tue, 28 May 2019 16:03:20 -0700 Subject: v0.14.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 5997526..ac142a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## v0.14.0 + - Added `SuperGood::SolidusTaxJar.taxable_order_check` option which can be set to a proc that receives the order and will prevent actual tax calculation from occurring if it returns false. If your app has introduced a method like `Spree::Order#complimentary?`, you could avoid trying to compute taxes on complimentary orders by doing the following in an initializer: ```ruby SuperGood::SolidusTaxJar.taxable_order_check = ->(order) { order.complimentary? } -- cgit v1.2.3