diff --git a/app/src/Service/Venta/Pago.php b/app/src/Service/Venta/Pago.php index d1e18db..0434451 100644 --- a/app/src/Service/Venta/Pago.php +++ b/app/src/Service/Venta/Pago.php @@ -37,7 +37,7 @@ class Pago $pago = $this->process($this->pagoRepository->fetchById($pago->id)); $this->getUF($pago); return true; - } catch (PDOException) { + } catch (PDOException | EmptyResult) { return false; } }