Segundo tipo wapush-masivo

parent 9537e709
......@@ -89,7 +89,7 @@ class EnviarWapushUsuariosCommand extends Command {
if (count($arraySuscripciones) >= 1) {
$retornoWapPush = EntelWapush::wsGenerarPeticionWapPush(0, PluTipoWapush::TIPO_WP_INFO_CONTENIDO_GRATUITO, array($arraySuscripciones));
$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));
......
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