Logica envio de urls a clientes

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