Commit 55514042 authored by Kulya's avatar Kulya 😊

Begin adding Client to Billz 10

parent 92ebda9f
......@@ -190,6 +190,7 @@ require_once (__DIR__.'/keys.php');
if(!empty($arSettings))
{
if($method=="orders.create") { $arSettings["apiversion"]="v2"; }
if($method=="client.create") { $arSettings["apiversion"]="v2"; }
$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