cet_salespd_helper.php edited online with Bitbucket
This commit is contained in:
parent
75f9fa9e06
commit
29a3703f83
@ -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 );
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user