Logica envio de urls a clientes

parent 287e2511
......@@ -122,7 +122,8 @@ class EntelWapush {
$log->debug('Enviar recordatorio suscripcion de la lista...');
$lista = $suscripcion->getLisId();
$urlType = "mi/cuenta?msisdn=".$suscripcion->getSusMsisdn();
$url = Utiles::acortarUrl(array("url" => $lista->getLisWapPushUrl()."/$urlType", "descripcion" => "url cuenta"));
//$url = Utiles::acortarUrl(array("url" => $lista->getLisWapPushUrl()."/$urlType", "descripcion" => "url cuenta"));
$url = "";
$message = $lista->getLisWapPushMessage() ;
endswitch;
......
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