Skip to content

Commit

Permalink
Merge pull request #34 from ismaellawrenz/ajuste-contingencia
Browse files Browse the repository at this point in the history
Correção contingência SVC
  • Loading branch information
Samuel-Oliveira authored Apr 4, 2024
2 parents 92a58f4 + 9ca913e commit 3492543
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static String getUrl(ConfiguracoesCte config, ServicosEnum servico) throw
secao = "CTe_SVRS_" + sufixoAmbiente;
} else {
//SVC RS
secao = "CTe_SVSP_" + sufixoAmbiente;
secao = "CTe_SVC-SP_" + sufixoAmbiente;
}
}

Expand Down

0 comments on commit 3492543

Please sign in to comment.