Skip to content

Commit

Permalink
Atualizar Url de Rastreamento
Browse files Browse the repository at this point in the history
Alterar o protocolo da url de rastreamento de "http" para "https". A atual somente com Http não está mais funcionando.
  • Loading branch information
renato-cardoso committed Sep 13, 2018
1 parent 4a0a025 commit d4a8389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cagartner/CorreiosConsulta/CorreiosConsulta.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class CorreiosConsulta

const FRETE_URL = 'http://ws.correios.com.br/calculador/CalcPrecoPrazo.asmx?WSDL';
const CEP_URL = 'http://www.buscacep.correios.com.br/sistemas/buscacep/resultadoBuscaCepEndereco.cfm';
const RASTREIO_URL = 'http://www2.correios.com.br/sistemas/rastreamento/resultado_semcontent.cfm';
const RASTREIO_URL = 'https://www2.correios.com.br/sistemas/rastreamento/resultado_semcontent.cfm';

private static $tipos = array(
'sedex' => '04014',
Expand Down

0 comments on commit d4a8389

Please sign in to comment.