Actualizacion proyecto- Cambios menores

parent b1f50648
......@@ -200,7 +200,7 @@ class UtilidadesController extends AbstractController {
return $json;
}
if ($tipoSuscripcion == 2 && $mailPago == "") {
if ($tipoSuscripcion == 2 && $usarCorreoUsuario == 0 && $mailPago == "") {
$log->debug("El email ingresado no es válido...");
$json->setData(array('errors' => "El email ingresado no es valido"));
$json->setStatusCode(JsonResponse::HTTP_BAD_REQUEST);
......
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