diff --git a/lib/Tracking_HelenaExpress.lib.php b/lib/Tracking_HelenaExpress.lib.php index 22e9808..a0b2760 100644 --- a/lib/Tracking_HelenaExpress.lib.php +++ b/lib/Tracking_HelenaExpress.lib.php @@ -15,7 +15,7 @@ class Tracking_HelenaExpress { $barcode = new TrackingBarcode($code); try { - $status = json_decode(file_get_contents("https://helena.express/apis/track/?code=" . $barcode->getCode())); + $status = json_decode(file_get_contents("https://apis.helena.express/v1/track/?code=" . $barcode->getCode())); } catch (Exception $ex) { throw new TrackingException("There was a server problem. This code cannot be tracked right now."); }