Commit bfe1b11e authored by Kulya's avatar Kulya 😊

Order creat func 4

parent 497a95ef
...@@ -672,6 +672,8 @@ class AloVoiceRest ...@@ -672,6 +672,8 @@ class AloVoiceRest
$arOrderProducts = []; $arOrderProducts = [];
foreach($arProducts as $oprd){ foreach($arProducts as $oprd){
var_dump($oprd);
var_dump("--------------------------------");
$arOrderProducts[] = [ $arOrderProducts[] = [
"office_id" => $officeId, "office_id" => $officeId,
"id" => (int)$oprd["productId"], "id" => (int)$oprd["productId"],
......
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