diff --git a/src/QUI/ERP/Shipping/Methods/Standard/ShippingType.php b/src/QUI/ERP/Shipping/Methods/Standard/ShippingType.php index 9a366627be60b96f8dabae95d192e5a8417b6be2..d53fe24a02872e8b3574f2c4d7dc78a4b9dd1974 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); } }