diff options
author | Jared Norman <jared@super.gd> | 2019-03-14 11:39:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 11:39:37 -0700 |
commit | f5f234e82ab8f2cc5044c9299e8894ff9dcbbf8d (patch) | |
tree | 90adeceb84f8ec1ba2009f5ca0b04455a09c0673 /CHANGELOG.md | |
parent | dd70baebce0b85e902c532219dc6dd464f7821c9 (diff) |
Update CHANGELOG.mdv0.6.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e82b911..3d3d0df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Fixed issued where orders without tax address would cause errors because `Spree::Order#tax_address` will return a `Spree::Tax::TaxLocation` when called on an order without a tax address. `Spree::Tax::TaxLocation` isn't enough like a real address and this was causing exceptions. - To fix this `SuperGood::SolidusTaxJar#incomplete_address?` was updated to treat `Spree::Tax::TaxLocation`s as "incomplete". (Thanks to @JuanCrg90!) + To fix this `SuperGood::SolidusTaxJar#incomplete_address?` was updated to treat `Spree::Tax::TaxLocation`s as "incomplete". (Thanks to [@JuanCrg90](https://github.com/JuanCrg90)!) ## v0.6.1 |