From 0560967fdb818ae5f9bd4cd0e19c70dcf7612b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Wed, 10 Jun 2020 15:40:28 +0300 Subject: [PATCH] logger fix --- src/include/class-wc-retailcrm-history.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/include/class-wc-retailcrm-history.php b/src/include/class-wc-retailcrm-history.php index b18890a..09413dd 100644 --- a/src/include/class-wc-retailcrm-history.php +++ b/src/include/class-wc-retailcrm-history.php @@ -1067,10 +1067,12 @@ if ( ! class_exists( 'WC_Retailcrm_History' ) ) : { WC_Retailcrm_Logger::debug( __METHOD__, - 'Using this individual person data in order to set it into order,', - $data->getWcOrder()->get_id(), - ': ', - $crmCustomer + array( + 'Using this individual person data in order to set it into order,', + $data->getWcOrder()->get_id(), + ': ', + $crmCustomer + ) ); if ($isContact) {