Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
28137f6bcb
@ -63,7 +63,7 @@ class CET_SALESPD
|
|||||||
curl_setopt( $ch,CURLOPT_POSTFIELDS, $output_data);
|
curl_setopt( $ch,CURLOPT_POSTFIELDS, $output_data);
|
||||||
$result = curl_exec($ch );
|
$result = curl_exec($ch );
|
||||||
$response = json_decode($result);
|
$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 );
|
curl_close( $ch );
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user