Logica envio de urls a clientes

parent 89a2af75
......@@ -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"));
$message = $lista->getLisWapPushMessage();
$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