Commit b6defe91 authored by Kulya's avatar Kulya 😊

Add billz clientId to order 2

parent 563221c8
......@@ -90,7 +90,7 @@ require_once (__DIR__.'/keys.php');
];
$qPparams['subTotalPrice'] = $qPparams['subTotalPrice']+$price;
}
if(){
if(!empty($params["client_id"])){
$qPparams['clientId'] = $params["client_id"];
}
$qPparams['orderID'] = $params["order_id"];
......
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