Skip to content

Commit 3fcf425

Browse files
committed
URL for DHL needs to be different apperently
1 parent 564f5db commit 3fcf425

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', 'EN', $this->tracking_number);
51+
return sprintf('https://www.dhlparcel.%s/%s/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)