Commit cc132da0 authored by Kulya's avatar Kulya 😊

Add billz clientId to order 15

parent 73aca3f1
...@@ -204,7 +204,7 @@ require_once (__DIR__.'/keys.php'); ...@@ -204,7 +204,7 @@ require_once (__DIR__.'/keys.php');
{ {
if($method=="orders.create") { $arSettings["apiversion"]="v3"; } //v2 if($method=="orders.create") { $arSettings["apiversion"]="v3"; } //v2
if($method=="client.create") { $arSettings["apiversion"]="v1"; } if($method=="client.create") { $arSettings["apiversion"]="v1"; }
if($method=="ctalog.get") { $arSettings["apiversion"]="v2"; } if($method=="ctalog.get") { $arSettings["apiversion"]="v1"; }
$url = $arSettings["url"].$arSettings["apiversion"]."/"; $url = $arSettings["url"].$arSettings["apiversion"]."/";
......
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