Commit 83236996 authored by Kulya's avatar Kulya 😊

Add billz clientId to order 11

parent 36cab725
......@@ -94,7 +94,7 @@ require_once (__DIR__.'/keys.php');
$qPparams['clientId'] = (int)$params["client_id"];
}
$qPparams['parked'] = false;
$qPparams['orderID'] = $params["order_id"];
$qPparams['orderID'] = (int)$params["order_id"];
$qPparams['dateCreated'] = date('Y-m-d').'T'.date('H:i:s').'Z';
$qPparams['datePaid'] = date('Y-m-d').'T'.date('H:i:s').'Z';
$qPparams['products'] = $arProducts;
......
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