Commit 73aca3f1 authored by Kulya's avatar Kulya 😊

Add billz clientId to order 14

parent cb5ba408
......@@ -204,6 +204,7 @@ require_once (__DIR__.'/keys.php');
{
if($method=="orders.create") { $arSettings["apiversion"]="v3"; } //v2
if($method=="client.create") { $arSettings["apiversion"]="v1"; }
if($method=="ctalog.get") { $arSettings["apiversion"]="v2"; }
$url = $arSettings["url"].$arSettings["apiversion"]."/";
......@@ -266,7 +267,7 @@ require_once (__DIR__.'/keys.php');
$out = curl_exec($obCurl);
$info = curl_getinfo($obCurl);
static::setLog( $headers, '--==== billzCurl HEADRES:' );
// static::setLog( $headers, '--==== billzCurl HEADRES:' );
static::setLog( $out, '--==== billzCurl OUT:' );
if(curl_errno($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