diff options
author | andrea longhi <andrea@spaghetticode.it> | 2020-01-22 10:25:58 +0100 |
---|---|---|
committer | andrea longhi <andrea@spaghetticode.it> | 2020-01-22 10:32:06 +0100 |
commit | ac30ff69f619bc504cd295de2f983310077b30e0 (patch) | |
tree | 3edcb7b3fedbdc699b2d68079ecbb7e506dc8f66 /CHANGELOG.md | |
parent | c28df097c661387e3e37d06eb56380fb59f58754 (diff) |
Remove unnecessay safe navigator
The safe navigator is not necessary here, as all other method
calls on `address` don't have it.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 581f0d8..4e56853 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## master +- Fix `#incomplete_address?` method to be friendly also to completely blank addresses. - Added `SuperGood::SolidusTaxJar::TaxRateCalculator` for retrieving the tax rate for a given `Spree::Address`. The calculator follows `TaxCalculator` conventions by relying on address validators and custom exception handling. |