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