From 2a4d46d716b28bbac5f616742858e8fac7a55b32 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Thu, 13 Feb 2025 23:59:24 -0700 Subject: [PATCH] Add dhlexpress carrier ID --- lib/Carriers.lib.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Carriers.lib.php b/lib/Carriers.lib.php index 2b19aff..9edad79 100644 --- a/lib/Carriers.lib.php +++ b/lib/Carriers.lib.php @@ -153,6 +153,10 @@ class Carriers { "code" => "dhl_express", "name" => "DHL Express" ], + "dhlexpress" => [ + "code" => "dhl_express", + "name" => "DHL Express" + ], "dhl_ecommerce" => [ "code" => "dhl_ecommerce", "name" => "DHL eCommerce"