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.
I have no clue how all this VAT stuff works, that's why I'm using
mpociot/vat-calculatorat 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.