1
0
mirror of synced 2024-11-22 05:16:09 +03:00
This commit is contained in:
Grisha Pomadchin 2013-09-02 15:57:16 +04:00
parent db6f1d7013
commit bb22ddb413

View File

@ -339,7 +339,7 @@ class ICrmOrderActions
$api->createOrder($resOrder); $api->createOrder($resOrder);
return array( return array(
'order' => $resOrder, 'order' => $resOrder,
'customer' => $customer 'customer' => $customer
); );
} }