diff --git a/app/api/controller/Controller.php b/app/api/controller/Controller.php index 62f06486..277a53b9 100644 --- a/app/api/controller/Controller.php +++ b/app/api/controller/Controller.php @@ -75,10 +75,9 @@ class Controller extends BaseController */ protected function getMerchantId() { - $user = UserService::getCurrentLoginUser(true); - if (!empty($user)) { +/* if (!empty($user)) { $this->merchantId = $user['user_name']; - } + }*/ } /**