Correccion de error en controlador

parent 570e6861
......@@ -286,7 +286,7 @@ class UtilidadesController extends AbstractController {
if ($tipoSuscripcion == 1) {
$textoSuscripcion = "ENTEL";
$log->debug("DATOS ENTRANTES PARA LA SUSCRIPCION : MSISDN = $msisdn, TIPO SUSCRIPCION : $textoSuscripcion, ID LISTA : $lisId, MAIL : $mailPago");
return $this->metodoEntel($lisId, $msisdn, $user, $mailer ,$em);
return $this->metodoEntel($lisId, $msisdn, $user, $mailer ,$ua, $ip,$em);
} else {
$textoSuscripcion = "KUSHKI";
......
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