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
I have no clue how all this VAT stuff works, that's why I'm using mpociot/vat-calculator at the moment. I saw that the other package has exceptions for cities:
I didn't see this used in your package. Is this something you should consider? Sorry again for not knowing anything about VAT, but I thought it's something you want to be aware of.
The text was updated successfully, but these errors were encountered:
Thanks for bringing that up. The few exceptions are all about applying a lower VAT rate than the "normal" VAT rate for that country, so usually a government won't mind if you opt for the higher rate instead (but IANAL).
Obviously, your customer could have issues with this as they're the one paying the VAT but in our case, we have yet to hear a single complaint about this in our 10 years of doing online business.
That said, I'd like to add (optional) support for it in this package in version 2.1.
I have no clue how all this VAT stuff works, that's why I'm using
mpociot/vat-calculator
at the moment. I saw that the other package has exceptions for cities:https://github.com/mpociot/vat-calculator/blob/master/src/Mpociot/VatCalculator/VatCalculator.php#L34
I didn't see this used in your package. Is this something you should consider? Sorry again for not knowing anything about VAT, but I thought it's something you want to be aware of.
The text was updated successfully, but these errors were encountered: