- Fix bug where calculator could throw exception even when `ignore_cch_error` flag was set.
1.1
===
* Load app models dynamically to allow overriding. * Add a `PUBLIC_HOLIDAYS` option to `OpeningPeriod.weekday` choices.
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
- Make profile, access, and secret mandatory - Upgrade to `django-oscar-api>=1.0.4` to get rid of the need for our custom empty basket check - Make test coverage much more expansive