From 4388e8a75170628aa14ba16cb7c55839147d6f36 Mon Sep 17 00:00:00 2001
From: Henning Leutz <leutz@pcsg.de>
Date: Thu, 25 Oct 2018 16:22:08 +0200
Subject: [PATCH] refactor: debug exception added

---
 src/QUI/ERP/Coupons/Events.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/QUI/ERP/Coupons/Events.php b/src/QUI/ERP/Coupons/Events.php
index 7cec89a..112babd 100644
--- a/src/QUI/ERP/Coupons/Events.php
+++ b/src/QUI/ERP/Coupons/Events.php
@@ -89,6 +89,7 @@ public static function onQuiqqerOrderBasketToOrder(
         try {
             $Products->recalculation();
         } catch (QUI\Exception $Exception) {
+            QUI\System\Log::writeDebugException($Exception);
         }
     }
 
-- 
GitLab