Skip to content

Commit 035a206

Browse files
committed
DHL changed URL of its tracking page
1 parent e3d0e13 commit 035a206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Picqer/Carriers/SendCloud/Parcel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function getTrackingUrl()
4848
return sprintf('http://track.bpost.be/btr/web/#/search?itemCode=%s&lang=en', $this->tracking_number);
4949
break;
5050
case 'DHL':
51-
return sprintf('https://www.dhlparcel.%s/%s/track-trace?tt=%s', $this->country['iso_2'] == 'BE' ? 'be' : 'nl', 'nl', $this->tracking_number);
51+
return sprintf('https://www.dhlparcel.%s/%s/particulier/ontvangen/track-trace?tt=%s', $this->country['iso_2'] == 'BE' ? 'be' : 'nl', 'nl', $this->tracking_number);
5252
break;
5353
case 'DHL Germany':
5454
return sprintf('https://nolp.dhl.de/nextt-online-public/set_identcodes.do?runtime=standalone&idc=%s', $this->tracking_number);

0 commit comments

Comments
 (0)