Commit 5e3cfd81 authored by Kulya's avatar Kulya 😊

Add billz clientId to order 12

parent 83236996
...@@ -77,7 +77,7 @@ require_once (__DIR__.'/keys.php'); ...@@ -77,7 +77,7 @@ require_once (__DIR__.'/keys.php');
$price = (!empty($prd["price"])) ? $prd["price"] : 0; $price = (!empty($prd["price"])) ? $prd["price"] : 0;
$dsnt = (!empty($prd["discount"])) ? $prd["discount"] : 0; $dsnt = (!empty($prd["discount"])) ? $prd["discount"] : 0;
$arProducts[] = [ $arProducts[] = [
"billzOfficeID" => $prd["office_id"], // "billzOfficeID" => $prd["office_id"],
"billzProductID" => $prd["billz_id"], "billzProductID" => $prd["billz_id"],
"productID" => $prd["id"], "productID" => $prd["id"],
// "name" => $prd["name"], // "name" => $prd["name"],
......
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