Skip to content

Commit

Permalink
Merge pull request #1 from stenas/master
Browse files Browse the repository at this point in the history
change baseUrl to https
  • Loading branch information
jupitern authored May 6, 2020
2 parents 1ac84c4 + 9d96fda commit 045a35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CttTracking.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class CttTracking
const STATUS_RETURNED = 5;
const STATUS_UNKNOWN_OBJ = 6;

private $baseUrl = 'http://www.ctt.pt/feapl_2/app/open/objectSearch/objectSearch.jspx';
private $baseUrl = 'https://www.ctt.pt/feapl_2/app/open/objectSearch/objectSearch.jspx';
private $possibleStatus = [
'Objeto aceite' => self::STATUS_PENDING,
'Objeto expedido' => self::STATUS_IN_TRANSIT,
Expand Down

0 comments on commit 045a35a

Please sign in to comment.