Skip to content

Commit

Permalink
atualiza a url do parser para a nova utilizada pelos Correios
Browse files Browse the repository at this point in the history
  • Loading branch information
asaferamos committed Sep 19, 2018
1 parent 2ca7b10 commit f30a636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RastreioParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __construct($_conf = null) {
'hour' => '/[0-9]{2}:[0-9]{2}/',
'date' => '/[0-9]{2}\/[0-9]{2}\/[0-9]{4}/'
],
'urlParser' => 'http://www2.correios.com.br/sistemas/rastreamento/newprint.cfm'
'urlParser' => 'https://www2.correios.com.br/sistemas/rastreamento/newprint.cfm'
];
}

Expand Down

0 comments on commit f30a636

Please sign in to comment.