David Koblas
David Koblas
Would you mind making a pull request.
Thanks! I had given the validateVat method some thought. My original thinking was that it should validate it and return a list of countries that it was valid for. e.g....
Thinking about this a bit more I wonder if this would be a solid solution. Which basically would restrict the "business" validators to things that are VAT codes. It would...
Based on the current patterns in the code, it would make sense for the the code to just have a table for VAT validation for the given country. As you...
Not presently, but that would be a simple add.
Good grief! Yes, it is. Though at least while I was writing this, I was thinking it was singular for VAT not an array.
At the moment I do not have access to an Impala server to do any testing. In principle, this looks good, feel free to submit a pull request.
That's a pretty cool idea. Some numbers have multiple formats or variations, so would require a list of formats, does that make sense to you? I would probably borrow from...
I don't presently have a migration plan. Since I was unaware that Amplitude had dropped the update. As always, Pull Requests are welcome, but this will probably require a major...
@teebu When I look at the NL BSN and the PDF they appear to be the same. Both have the same `9,8,7,6,5,4,3,2` sum factor validation. I did also find that...