Commit 19c4402b authored by Kulya's avatar Kulya 😊

Update Billz Curl check1

parent 27068d05
......@@ -198,6 +198,8 @@ require_once (__DIR__.'/keys.php');
$out = curl_exec($obCurl);
$info = curl_getinfo($obCurl);
static::setLog( $result, '--==== billzCurl OUT:' );
if(curl_errno($obCurl)) {
$result[ 'curl_error' ] = curl_error($obCurl);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment