Commit d12f06a8 authored by Kulya's avatar Kulya 😊

Update Billz Curl check2

parent 19c4402b
...@@ -199,7 +199,7 @@ require_once (__DIR__.'/keys.php'); ...@@ -199,7 +199,7 @@ require_once (__DIR__.'/keys.php');
$out = curl_exec($obCurl); $out = curl_exec($obCurl);
$info = curl_getinfo($obCurl); $info = curl_getinfo($obCurl);
static::setLog( $result, '--==== billzCurl OUT:' ); static::setLog( $out, '--==== billzCurl OUT:' );
if(curl_errno($obCurl)) { if(curl_errno($obCurl)) {
$result[ 'curl_error' ] = curl_error($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