logger fix
This commit is contained in:
parent
0676ddf6bc
commit
0560967fdb
1 changed files with 6 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue