fixing issues and bugs
This commit is contained in:
@@ -139,7 +139,7 @@ class HomeController extends Controller
|
||||
|
||||
$checkUserBlock = User::where(['id' => auth()->guard('users')->user()->id, 'status' => 1])->doesntExist();
|
||||
if ($checkUserBlock) {
|
||||
return response()->json(['status' => 403, 'message' => "Please contact us"]);
|
||||
return response()->json(['status' => 403, 'message' => "Please contact us at info@jerichoalternatives.in"]);
|
||||
}
|
||||
|
||||
// $checkUserKycStatus = UserKyc::where('users_id',auth()->guard('users')->user()->id)->where('status','!=','Approved')->exists();
|
||||
|
||||
Reference in New Issue
Block a user