Skip to content

Commit 3492543

Browse files
Merge pull request #34 from ismaellawrenz/ajuste-contingencia
Correção contingência SVC
2 parents 92a58f4 + 9ca913e commit 3492543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/br/com/swconsultoria/cte/util/WebServiceCteUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static String getUrl(ConfiguracoesCte config, ServicosEnum servico) throw
6767
secao = "CTe_SVRS_" + sufixoAmbiente;
6868
} else {
6969
//SVC RS
70-
secao = "CTe_SVSP_" + sufixoAmbiente;
70+
secao = "CTe_SVC-SP_" + sufixoAmbiente;
7171
}
7272
}
7373

0 commit comments

Comments
 (0)