fix tipo wapush

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