Logica envio de urls a clientes

parent 4cae21a6
......@@ -123,8 +123,8 @@ class EntelWapush {
$lista = $suscripcion->getLisId();
$urlType = "mi/cuenta?msisdn=".$suscripcion->getSusMsisdn();
//$url = Utiles::acortarUrl(array("url" => $lista->getLisWapPushUrl()."/$urlType", "descripcion" => "url cuenta"));
$url ="<![CDATA[".$lista->getLisWapPushUrl()."/$urlType]]><![CDATA[>]]>";
$message = $lista->getLisWapPushMessage() ;
$url ="";
$message = $lista->getLisWapPushMessage()." ".$lista->getLisWapPushUrl()."/$urlType";
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