diff --git a/include/library/Crunchbutton/Notification/Log.php b/include/library/Crunchbutton/Notification/Log.php index 949a9ea7c..e5f53d308 100644 --- a/include/library/Crunchbutton/Notification/Log.php +++ b/include/library/Crunchbutton/Notification/Log.php @@ -197,6 +197,7 @@ return; $notification = $this; $notification = Notification_Log::o( $notification->id_notification_log ); if( $notification->id_notification_log ){ + Log::debug( [ 'order' => $notification->id_order, 'action' => 'MAX CB - confirmed', 'status' => $notification->status, 'type' => 'notification' ]); if( $notification->status != 'success' ){ $this->tellRepsAboutMaxConfirmationCall(); }