You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the decision whether the Intra-Community TaxType should be used is decided on the country of the Customer and the country of the Store. If they are both within the EU but are different from each other IC can be used.
However I believe this to be incorrect. I think the IC should be decided on the zones of the addresses.
For example:
A store registered in Vienna, Austria should use IC when charging a customer with a VAT number and an address in Mittelberg, Austria (because Mittelberg is an exception and falls under German VAT). However, a store registered in Berlin, Germany should charge regular German tax for that same customer.
Or am I incorrect?
The text was updated successfully, but these errors were encountered:
Currently the decision whether the Intra-Community TaxType should be used is decided on the country of the Customer and the country of the Store. If they are both within the EU but are different from each other IC can be used.
https://github.com/commerceguys/tax/blob/master/src/Resolver/TaxType/EuTaxTypeResolver.php#L71
However I believe this to be incorrect. I think the IC should be decided on the zones of the addresses.
For example:
A store registered in Vienna, Austria should use IC when charging a customer with a VAT number and an address in Mittelberg, Austria (because Mittelberg is an exception and falls under German VAT). However, a store registered in Berlin, Germany should charge regular German tax for that same customer.
Or am I incorrect?
The text was updated successfully, but these errors were encountered: