FIX: UF para Pago actualizado

This commit is contained in:
Juan Pablo Vial
2024-07-09 11:58:49 -04:00
parent a428aeebe1
commit a4b7183de1

View File

@ -31,6 +31,7 @@ class Pago
try { try {
$estado = $this->estadoPagoRepository->create($data); $estado = $this->estadoPagoRepository->create($data);
$this->estadoPagoRepository->save($estado); $this->estadoPagoRepository->save($estado);
$pago = $this->pagoRepository->fetchById($pago->id);
$this->getUF($pago); $this->getUF($pago);
return true; return true;
} catch (PDOException) { } catch (PDOException) {