Logica envio de urls a clientes

parent 8eb9ae90
......@@ -145,7 +145,9 @@ class EntelWapush {
if($retornoWappush != 202){
$entelWappushMasive->setEwaEstado(PluEntelWapushmasive::ESTADO_NO_OK);//No Ok
}
$entelWappushMasive->setCreatedAt(new \DateTime());
$entelWappushMasive->setUpdatedAt(new \DateTime());
$em->persist($entelWappushMasive);
$em->flush();
......
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