fix tipo wapush

parent 51e2464a
......@@ -111,7 +111,7 @@ class EntelWapush {
$log->debug('Mostrar informacion cuenta...');
$lista = $suscripcion->getLisId();
$urlType = str_replace("#MSISDN", $suscripcion->getSusMsisdn() , $tipoWappush->getTwaUrl());
$url = acortarUrl(array("url" => Utiles::getUrlByTag($lista->getLisTag()), "descripcion" => "url cuenta")).$urlType;
$url = Utiles::acortarUrl(array("url" => Utiles::getUrlByTag($lista->getLisTag()), "descripcion" => "url cuenta")).$urlType;
$message = str_replace("#LISTA", $lista->getLisNombre(), $message);
$message = str_replace("#MONTO", $lista->getLisPrecio(), $message);
$message = str_replace("#AQUI", $url, $message);
......
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