ddeboer / vatin

Validate VAT identification numbers
MIT License
136 stars 37 forks source link

Fix CH regex #42

Closed fpalamour closed 1 year ago

fpalamour commented 1 year ago

According to this and this the (MWST|TVA|IVA) suffix on the VAT is absolutely not mandatory and is thus optional. The regex should be changed accordingly.

See https://github.com/ddeboer/vatin/pull/41