From 30a426bd996a5bb95e2bcf2a7a99ed02774a9171 Mon Sep 17 00:00:00 2001 From: gwharton <graham@gwharton.me.uk> Date: Wed, 13 Dec 2017 10:44:18 +0000 Subject: [PATCH] Removed old code "I" Old code "I" was not removed in initial commit for some reason. --- app/code/Magento/Dhl/Model/Carrier.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/code/Magento/Dhl/Model/Carrier.php b/app/code/Magento/Dhl/Model/Carrier.php index 41c00cb822c..a9bdc99e8dc 100644 --- a/app/code/Magento/Dhl/Model/Carrier.php +++ b/app/code/Magento/Dhl/Model/Carrier.php @@ -606,7 +606,6 @@ class Carrier extends \Magento\Dhl\Model\AbstractDhl implements \Magento\Shippin 'L' => __('Express 10:30'), 'G' => __('Domestic economy select'), 'W' => __('Economy select'), - 'I' => __('Break bulk economy'), 'I' => __('Domestic express 9:00'), 'N' => __('Domestic express'), 'O' => __('Domestic express 10:30'), -- GitLab