FIX: UF para Pago actualizado
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user