maielo / stripe-tax-utils

stripe-vat utility tools
MIT License
5 stars 5 forks source link

fix: switzerland VAT regex fix #9

Closed sedrik closed 4 months ago

sedrik commented 5 months ago

This matches what the stripe documentation says (https://docs.stripe.com/billing/customer/tax-ids) and what I see from our customers.

Switzerland ch_vat  Switzerland VAT number  CHE-123.456.789 MWST
sedrik commented 4 months ago

It would be great if you could release a new version to npm so that I can update the library in our code base :)

Thanks for all the work you put into it :+1: