diff options
author | Jared Norman <jared@super.gd> | 2019-05-13 20:10:05 -0700 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-05-13 20:10:05 -0700 |
commit | 1015448f7dc6efa85a4b65c5417dfc870571ea73 (patch) | |
tree | a81923e77cfdf6ac005f140a6356b256475edb5b /CHANGELOG.md | |
parent | eaf4f8186610b2b1042630040f5fe96e38d8252f (diff) |
Send customer_id to TaxJar API
This is required to support per-customer exemptions through the TaxJar
API.
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 25648a6..2e4767e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +- Report order.user_id as customer_id when calculating taxes and creating transactions. This enables the use of per customer exemptions. + ## v0.12.0 - Report no tax collected on order and line items when order total zeroed out. |