diff options
author | Jared Norman <jared@super.gd> | 2019-04-11 14:59:24 +1200 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-04-11 14:59:24 +1200 |
commit | 0c7fb7e0e6d4c8a16c0454fedb60f1ae5d9690d3 (patch) | |
tree | 66498f2adbf66565def092c9dc9c041e38442500 /CHANGELOG.md | |
parent | fbd8c7c044803843deae20045dd7972f1e6c34ac (diff) |
Avoid sending negative order totals
If an order is adjusted to zero, we don't want to subtract the tax from
it... because that don't make no sense.
A better solution that properly factors in order level adjustments will
be coming eventually, this is just a hack to process some orders
immediately.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 525591d..86af1d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +- Avoid sending negative amounts for order totals. + ## v0.11.0 - Avoid sending 0 quantity line items. TaxJar doesn't like them. |