We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
By giving a country code and business id, a function could return a VAT ID formatted to international format.
Examples:
format('FI', '1234567-1') would return FI12345671 format('SE', '556697-6009') would return SE556697600901
The text was updated successfully, but these errors were encountered:
I like this idea @artur-gajewski. Will take a while before I have time to take a stab at it though, PR's are welcome & appreciated!
Sorry, something went wrong.
No branches or pull requests
By giving a country code and business id, a function could return a VAT ID formatted to international format.
Examples:
format('FI', '1234567-1') would return FI12345671
format('SE', '556697-6009') would return SE556697600901
The text was updated successfully, but these errors were encountered: