Merge remote-tracking branch 'origin/master'

This commit is contained in:
Velz2020 2022-05-27 22:33:30 +05:30
commit 28137f6bcb

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 );
}