correccion menor condiciones

parent 24844ae7
......@@ -122,13 +122,13 @@ class ResearchController extends Controller {
return $json;
}
if ($terminarEnvio == false && $usuarioMcafee->isTrakingDescarga() == true) {
/*if ($terminarEnvio == false && $usuarioMcafee->isTrakingDescarga() == true) {
$log->warn('usuario ya realizo descarga... umcId:' . $usuarioMcafee->getUmcId());
$terminarEnvio = true;
$json->setStatusCode(JsonResponse::HTTP_BAD_REQUEST, 'usuario ya realizo descarga...');
$json->setData(array('errors' => 'usuario ya realizo descarga.'));
return $json;
}
}*/
if ($terminarEnvio == false && $usuarioMcafee->isEmailMovistarCorrecto() == false) {
$log->warn('usuario sin correo... umcId:' . $usuarioMcafee->getUmcId());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment