Completed
Push — master ( 183705...fa502a )
by dotzero
02:20
created
src/Models/Customer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,7 +104,7 @@
 block discarded – undo
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 {
Please login to merge, or discard this patch.