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'];
......@@ -119,8 +119,7 @@ class EnvioSmsController extends FOSRestController {
'statusCode' => $array['error']['code']
);
//return $resp;
} else {
} 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