kevin 1 рік тому
батько
коміт
267d4c238f

+ 2 - 0
frontendApi/modules/v1/controllers/UserController.php

@@ -613,6 +613,8 @@ class UserController extends BaseController {
                     }
                 }
             }
+
+            $userInfo['countryId'] = $user['COUNTRY_ID'];
             $userInfo['userId'] = $userId;
             $userInfo['isLocation'] = '('.implode(',',$isLocation).')';
             return static::notice($userInfo);