The cart defaults the tax to be USD if there is no tax amount set for the cart. This is an unhelpful default due to international and multi currency stores where the currency changes with the cart (most of the this repo handles this correctly).
This changes defaults the currency to the same currency as the cart total currency if there are no taxes set for the current cart.
The cart defaults the tax to be
USD
if there is no tax amount set for the cart. This is an unhelpful default due to international and multi currency stores where the currency changes with the cart (most of the this repo handles this correctly).This changes defaults the currency to the same currency as the cart total currency if there are no taxes set for the current cart.
Before:
After: