From 208f81de1791e89d3a72afd8639caa28c0759df1 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Fri, 27 Jun 2025 20:36:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Add=20missing=20types=20for=20ne?= =?UTF-8?q?w=20tax=20IDs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/billing/src/taxIdTypes.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/billing/src/taxIdTypes.ts b/packages/billing/src/taxIdTypes.ts index 214363c97..d9acfa86f 100644 --- a/packages/billing/src/taxIdTypes.ts +++ b/packages/billing/src/taxIdTypes.ts @@ -553,36 +553,42 @@ export const taxIdTypes = [ placeholder: "1234567890", }, { + type: "ar_cuit", name: "Argentina", code: "AR CUIT", emoji: "🇦🇷", placeholder: "12-3456789-01", }, { + type: "co_nit", name: "Colombia", code: "CO NIT", emoji: "🇨🇴", placeholder: "123.456.789-0", }, { + type: "pe_ruc", name: "Peru", code: "PE RUC", emoji: "🇵🇪", placeholder: "12345678901", }, { + type: "vn_mst", name: "Vietnam", code: "VN MST", emoji: "🇻🇳", placeholder: "1234567890", }, { + type: "bd_bin", name: "Bangladesh", code: "BD BIN", emoji: "🇧🇩", placeholder: "123456789-0123", }, { + type: "cr_nite", name: "Costa Rica", code: "CR NITE", emoji: "🇨🇷",