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: "🇨🇷",