Fix Helena Express tracking API URL

master
Skylar Ittner 11 months ago
parent 40da7f3a09
commit 3449a78d53

@ -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.");
}

Loading…
Cancel
Save