@@ -75,7 +75,7 @@ |
||
| 75 | 75 | $response = $this->postRequest('/private/api/v2/json/customers_periods/set', $parameters); |
| 76 | 76 | |
| 77 | 77 | if (isset($response['customers_periods']['set'])) { |
| 78 | - $result = array_map(function ($item) { |
|
| 78 | + $result = array_map(function($item) { |
|
| 79 | 79 | return $item['id']; |
| 80 | 80 | }, $response['customers_periods']['set']); |
| 81 | 81 | } else { |