@@ -104,7 +104,7 @@ |
||
104 | 104 | $response = $this->postRequest('/private/api/v2/json/customers/set', $parameters); |
105 | 105 | |
106 | 106 | if (isset($response['customers']['add'])) { |
107 | - $result = array_map(function ($item) { |
|
107 | + $result = array_map(function($item) { |
|
108 | 108 | return $item['id']; |
109 | 109 | }, $response['customers']['add']['customers']); |
110 | 110 | } else { |