Product tax category changes should invalidate the order tax data cache
Closed this issue · 0 comments
codyjames commented
Description
If a product's tax category changes, it should likely invalidate the order tax data cache.
This would simply involve changing:
commerce-taxjar/src/adjusters/TaxJar.php
Line 127 in 556f1c4
to
$lineItems = $count . ':' . $item->getOptionsSignature() . ':' . $item->qty . ':' . $item->getSubtotal() . ':' . $item->taxCategoryId;