Update the plugins to the latest versions. It also doesn't work with older versions.
Create a subscription. Use a delivery address that pulls tax rate via the TaxJar API. We are using a tax class on the product but I don't think it matters.
Process renewal
Line item gets double taxes applied.
If you press Recalculate, it gets recalculated properly.
I traced down the issue to this loop. So the loop will add a tax line item for each existing line item. Even if the tax item already exists.
Steps to reproduce
Recalculate
, it gets recalculated properly.I traced down the issue to this loop. So the loop will add a tax line item for each existing line item. Even if the tax item already exists.