Commit 866cbbdf authored by Ana's avatar Ana

cambios

parent 98a9cb24
......@@ -36,7 +36,7 @@ class EnvioSmsController extends FOSRestController {
// * @Method({"POST"})
public function enviarSmsAction() {
print_r('Enviando mensaje');
//print_r('Enviando mensaje');
$campana = $_POST['campana'];
$telefono = $_POST['telefono'];
$mensaje = $_POST['mensaje'];
......@@ -120,7 +120,6 @@ class EnvioSmsController extends FOSRestController {
);
//return $resp;
} else {
$log->debug('Api envio exitoso');
$notifica = NotificaQuery::create()->filterByCampana($campana)->filterByTelefono($movil)->find();
......
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