Skip to content

Commit 820b057

Browse files
committed
Covered all currently possible shipping methods for tracking urls
1 parent fce3528 commit 820b057

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Picqer/Carriers/SendCloud/Parcel.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ class Parcel extends Model
3131
];
3232

3333
protected $shipperShippingMethodIds = [
34-
'BPost' => [54, 55, 56, 59, 60, 61, 82, 83],
35-
'DHL' => [9, 10, 11, 12, 14, 16, 38, 40],
36-
'DHL Germany' => [],
37-
'DPD' => [41, 51, 68],
34+
'BPost' => [54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 82, 83, 95, 96],
35+
'DHL' => [9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 38, 40, 53, 81],
36+
'DHL Germany' => [89, 90, 91, 92, 93, 94],
37+
'DPD' => [41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 85, 86, 87],
3838
'Fadello' => [88],
39-
'PostNL' => [1, 2, 3, 4, 5, 6, 7, 39],
39+
'PostNL' => [1, 2, 3, 4, 5, 6, 7, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 84],
4040
];
4141

4242
public function getTrackingUrl()

0 commit comments

Comments
 (0)