Skip to content

Commit

Permalink
Merge pull request #2 from nazrulwazir/patch-1
Browse files Browse the repository at this point in the history
fix issue curl not working for post laju tracking
  • Loading branch information
afiqiqmal authored Jun 12, 2019
2 parents 8983518 + 0c732ed commit 7fecd00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Tracker/PosLaju.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class PosLaju extends BaseTracker
{
protected $url = "https://poslaju.com.my/track-trace-v2/";
protected $url = "https://www.poslaju.com.my/track-trace-v2/";
protected $source = "Post Laju";
protected $code = "poslaju";
protected $method = PARCEL_METHOD_POST;
Expand Down Expand Up @@ -62,4 +62,4 @@ public function startCrawl($result)
return $this->buildResponse($result, []);

}
}
}

0 comments on commit 7fecd00

Please sign in to comment.