Releases: jmauzyk/commerce-taxjar
Releases · jmauzyk/commerce-taxjar
1.1.0 - 2022-07-08
Added
- Added
craft\commerce\taxjar\events\RefundEvent
- Added
craft\commerce\taxjar\controllers\OrdersController::EVENT_AFTER_SEND_REFUND
Changed
- Renamed
craft\commerce\taxjar\adjusters\TaxJar::SET_ADDRESS_FOR_TAX_EVENT
tocraft\commerce\taxjar\adjusters\TaxJar::EVENT_SET_ADDRESS_FOR_TAX
1.0.5.3 - 2022-02-15
Fixed
- Fixed a bug causing incorrect tax breakdown in TaxJar
1.0.5.2 - 2022-01-26
Fixed
- Fixed a bug preventing line item descriptions from displaying in TaxJar
1.0.5.1 - 2022-01-20
Fixed
- Fixed a bug where opening the TaxJar refund modal would produce a server error.
1.0.5 - 2022-01-18
Changed
- Reverted taxes to only being applied at order level to prevent rounding issues.
- Line item taxes for refunds are now retrieved from tax snapshot.
Fixed
- Fixed a bug that could prevent total order amount from being refunded.
1.0.4 - 2021-12-17
Added
- Added
craft\commerce\taxjar\events\SetAddressForTaxEvent
- Added
craft\commerce\taxjar\adjusters\TaxJar::SET_ADDRESS_FOR_TAX_EVENT
- Added
craft\commerce\taxjar\services\Api::TYPE_FROM
- Added
craft\commerce\taxjar\services\Api::TYPE_TO
- Added
craft\commerce\taxjar\services\Api::_getAddressParams()
1.0.3 - 2021-10-07
Changed
- Changed how deductions are handled in refunds. Deduction amounts no longer affect sales tax returned to the customer or data sent to TaxJar.
Fixed
- Fixed a bug that could occur when order was fully paid with gift voucher.