From cbee830f7a2bbcdeeee8f19dd2ce12ab1debeaf3 Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Tue, 3 Jun 2025 22:55:35 -0400 Subject: [PATCH] Debug --- app/src/Service/Venta/MediosPago/Toku.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/Service/Venta/MediosPago/Toku.php b/app/src/Service/Venta/MediosPago/Toku.php index c495f5b..bf803ee 100644 --- a/app/src/Service/Venta/MediosPago/Toku.php +++ b/app/src/Service/Venta/MediosPago/Toku.php @@ -443,6 +443,7 @@ class Toku extends Ideal\Service $statement = $this->connection->prepare($query); $statement->execute($params); $results = $statement->fetchAll(PDO::FETCH_COLUMN); + $this->logger->debug('Results', $results); if (count($results) === 0) { return false; }