From de0ef8df65229704243b8deafb8565ead5848139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de> Date: Wed, 21 Jul 2021 08:22:03 +0200 Subject: [PATCH] refactor: use debug log when parsing order articles --- src/QUI/ERP/Shipping/Methods/Standard/ShippingType.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/QUI/ERP/Shipping/Methods/Standard/ShippingType.php b/src/QUI/ERP/Shipping/Methods/Standard/ShippingType.php index 9a36662..d53fe24 100644 --- a/src/QUI/ERP/Shipping/Methods/Standard/ShippingType.php +++ b/src/QUI/ERP/Shipping/Methods/Standard/ShippingType.php @@ -81,7 +81,7 @@ public function canUsedInOrder( break; } } catch (\Exception $Exception) { - QUI\System\Log::writeException($Exception); + QUI\System\Log::writeDebugException($Exception); } } -- GitLab