Skip to content

Commit

Permalink
Merge pull request #4653 from SuperGoodSoft/adammathys-order-tax-chan…
Browse files Browse the repository at this point in the history
…gelog

Add order-level tax changes to CHANGELOG.md
  • Loading branch information
waiting-for-dev authored Oct 3, 2022
2 parents 29da36c + a65e3db commit 20a47c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
## Solidus 3.3.0 (master, unreleased)
- Introduced level enum to `Spree::TaxRate` to allow for order-level taxes [#4491](https://github.com/solidusio/solidus/pull/4491) ([adammathys](https://github.com/adammathys))
- Added `Spree::Calculator::FlatFee` tax calculator [#4491](https://github.com/solidusio/solidus/pull/4491) ([adammathys](https://github.com/adammathys))

### Other Important Changes

#### Colorado Delivery Fee

With the introduction of the `Spree::Calculator::FlatFee` and `Spree::TaxRate#level`, we now have the ability to support the new Colorado Delivery Fee. There's also a new rake task provided to help setup the requisite models to support the fee:
```bash
rake taxes:colorado_delivery_fee
```

## Solidus 3.2.2 (v3.2, 2022-09-09)

Expand Down

0 comments on commit 20a47c8

Please sign in to comment.