We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce3528 commit 820b057Copy full SHA for 820b057
src/Picqer/Carriers/SendCloud/Parcel.php
@@ -31,12 +31,12 @@ class Parcel extends Model
31
];
32
33
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],
+ 'BPost' => [54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 82, 83, 95, 96],
+ '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],
+ 'DHL Germany' => [89, 90, 91, 92, 93, 94],
+ '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],
38
'Fadello' => [88],
39
- 'PostNL' => [1, 2, 3, 4, 5, 6, 7, 39],
+ 'PostNL' => [1, 2, 3, 4, 5, 6, 7, 29, 30, 31, 32, 33, 34, 35, 36, 37, 39, 84],
40
41
42
public function getTrackingUrl()
0 commit comments