Commit 6252f7fe authored by Kulya's avatar Kulya 😊

Update Billz Curl check7

parent 34ec72bf
...@@ -184,8 +184,10 @@ require_once (__DIR__.'/keys.php'); ...@@ -184,8 +184,10 @@ require_once (__DIR__.'/keys.php');
$result["params"] = $sendData; $result["params"] = $sendData;
$result["url"] = $url; $result["url"] = $url;
static::setLog( $url, '--==== Before billzCurl URL:' );
try try
{ {
static::setLog( $url, '--==== InTry billzCurl URL:' );
$obCurl = curl_init(); $obCurl = curl_init();
curl_setopt_array($curl, array( curl_setopt_array($curl, array(
...@@ -228,7 +230,6 @@ require_once (__DIR__.'/keys.php'); ...@@ -228,7 +230,6 @@ require_once (__DIR__.'/keys.php');
$out = curl_exec($obCurl); $out = curl_exec($obCurl);
$info = curl_getinfo($obCurl); $info = curl_getinfo($obCurl);
static::setLog( $url, '--==== billzCurl URL:' );
static::setLog( $headers, '--==== billzCurl HEADRES:' ); static::setLog( $headers, '--==== billzCurl HEADRES:' );
static::setLog( $out, '--==== billzCurl OUT:' ); static::setLog( $out, '--==== billzCurl OUT:' );
......
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