Skip to content

Commit

Permalink
ajuste link qrcode sefaz mg para ambiente de homologacao (#928)
Browse files Browse the repository at this point in the history
* ajuste link qrcode sefaz mg para ambiente de homologacao

* evitando duplicar resposta condicional
  • Loading branch information
deividferreira committed Sep 6, 2023
1 parent 4efd127 commit ab75deb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,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 ab75deb

Please sign in to comment.