lyh пре 2 година
родитељ
комит
2970100512
1 измењених фајлова са 4 додато и 1 уклоњено
  1. 4 1
      app/Services/Api/MerchantService.php

+ 4 - 1
app/Services/Api/MerchantService.php

@@ -655,7 +655,10 @@ class MerchantService extends BaseService
             $this->error = 2024;
             return false;
         }
-
+        return [
+            '$userInfo'=> $userInfo,
+            '$merchant'=> $merchant,
+        ];
         if($userType == 2 && (empty($merchant) || !in_array($merchantTradeStatus,[1,2]))){
             $this->error = 2024;
             return false;