cet_salespd_helper.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2022-05-26 08:17:57 +00:00
parent 75f9fa9e06
commit 29a3703f83

View File

@ -63,7 +63,7 @@ class CET_SALESPD
curl_setopt( $ch,CURLOPT_POSTFIELDS, $output_data);
$result = curl_exec($ch );
$response = json_decode($result);
log_message('ERROR',"CET APP SALES PDID (".$pdid.") ".$log_msg."PullSalesPDData api response :".json_encode($response));
log_message('ERROR',"CET APP SALES PDID (".$pdid.") "."PullSalesPDData api response :".json_encode($response));
curl_close( $ch );
}