Skip to content

Commit

Permalink
Merge branch 'hotfix/cond-trib-afip-error-cuil' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasdepetrisd committed Mar 18, 2024
2 parents 6851f9f + 5fc3462 commit 9ebffc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ internal static (TipoDocumento tipo, long nro) ObtenerTipoYNumeroDocumento(strin
return (tipoDocumento.ToLowerInvariant() switch
{
"cuit" => TipoDocumento.Cuit,
"cuil" => TipoDocumento.Cuil,
"cuil" => TipoDocumento.Cuit,
_ => throw new ArgumentException("Tipo de Documento inválido."),
}, parsedNumeroDocumento);

Expand Down

0 comments on commit 9ebffc7

Please sign in to comment.