From 461120a152c2dc25a83070c0cea34f6c93c81c14 Mon Sep 17 00:00:00 2001 From: jochemgravendeel Date: Wed, 11 Sep 2024 14:27:51 +0200 Subject: [PATCH] fix(pdk): allow default insurance for DPD shipments Resolve the issue where DPD shipments can only be exported with manual insurance settings. DPD shipments should always be insured for 520 euros without exceptions. --- config/platform/myparcel.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/platform/myparcel.php b/config/platform/myparcel.php index eec050a2a..11c817c4b 100644 --- a/config/platform/myparcel.php +++ b/config/platform/myparcel.php @@ -296,9 +296,6 @@ 'ageCheck' => false, 'onlyRecipient' => false, 'return' => false, - 'insurance' => [ - 52000, - ], ], 'features' => [ 'labelDescriptionLength' => 45,