Skip to content

Commit

Permalink
atualizando url qrcode cte versão 4 (#945) (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
deividferreira committed Mar 11, 2024
1 parent 463482f commit ef57518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public String getCteStatusServico(final DFAmbiente ambiente) {

@Override
public String getCteQrCode(DFAmbiente ambiente) {
return DFAmbiente.HOMOLOGACAO.equals(ambiente) ? "https://hcte.fazenda.mg.gov.br/portalcte/sistema/qrcode.xhtml" : "https://cte.fazenda.mg.gov.br/portalcte/sistema/qrcode.xhtml";
return "https://cte.fazenda.mg.gov.br/portalcte/sistema/qrcode.xhtml";
}

@Override
Expand Down

0 comments on commit ef57518

Please sign in to comment.