Segundo tipo wapush-masivo

parent 4505b802
......@@ -92,9 +92,9 @@ class EnviarWapushUsuariosCommand extends Command {
$retornoWapPush = EntelWapush::wsGenerarPeticionWapPush(0, PluTipoWapush::TIPO_WP_INFO_CONTENIDO_GRATUITO,$arraySuscripciones);
$log->debug("retorno wapush masivo lista : ".$lista->getLisId()."$retornoWapPush");
if ($retornoWapPush == 200) {
$log->debug("wapush masivo enviado a" . print_r($arrayMsisdn));
$log->debug("wapush masivo enviado a" . print_r($arrayMsisdn,true));
} else {
$log->debug('wappush masivo NOOK a ' . print_r($arrayMsisdn) );
$log->debug('wappush masivo NOOK a ' . print_r($arrayMsisdn,true) );
}
}
endforeach;
......
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