- Fix bug where calculator could throw exception even when `ignore_cch_error` flag was set.
1.1.0
- Add the ability to set CCH product SKU, item, and group per-product in addition to globally.
1.0.5
- Add `CCH_TIME_ZONE` setting. - Send time zone aware ISO format date as CalculateRequest InvoiceDate node. Formerly just sent the date.
1.0.4
- Truncate ZIP coes so that CCH doesn't choke when the user supplies a full 9-digit ZIP code.
1.0.3
- Improve unit tests by mocking all requests and responses. This allows running tests without a connection to an actual CCH server instance. - Fixed bug where floats from SOAP response weren't properly converted into quantized decimals when saving `OrderTaxation` and `LineTaxation` models.
1.0.2
- Made `instrumented-soap` dependency optional. - Moved gitlab testing from the shell executor to the docker executor. - Added better usage documentation.