Correccion de error en controlador

parent 198fcb75
......@@ -469,12 +469,13 @@ class UtilidadesController extends AbstractController {
return $json;
}
private function metodoKushki($lista, $msisdn, $usuarioBackend, $mailPago, $mailer, $em) {
private function metodoKushki($lista, $msisdn, $usuarioBackend, $mailPago, $mailer, $ua , $ip , $em) {
$log = Utiles::setLog('App\BackendBundle\Controller::UtilidadesController::crear::metodoKushki', 'app/suscripciones');
$json = new JsonResponse();
$fechaActual = new \DateTime();
$fecha = new \DateTime();
$fecha->setTime(10, 00);
$periodo = Utiles::getParametroConfiguracion("periodoSuscripcion", $em);
if($periodo == "daily"){
$fechaUnaSemana = $fecha->modify('+1 days');
}else if($periodo == "weekly"){
......
......@@ -361,7 +361,7 @@
<table class="estilo-table" align="center" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<a style="font-size: 14px; font-family: 'Work Sans', Calibri, sans-serif; line-height: 24px;color: #5caad2; text-decoration: none;font-weight:bold;" href="{{UnsubscribeURL}}">Desuscribirme</a>
{#<a style="font-size: 14px; font-family: 'Work Sans', Calibri, sans-serif; line-height: 24px;color: #5caad2; text-decoration: none;font-weight:bold;" href="{{UnsubscribeURL}}">Desuscribirme</a>#}
</td>
</tr>
<tr>
......
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