feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
167 changed files with 599 additions and 6351 deletions
Showing only changes of commit b668844fea - Show all commits

View File

@ -439,6 +439,7 @@ class Toku extends Ideal\Service
->from('toku_webhooks')
->where('enabled = ? AND events LIKE ?');
$params = [true, "%\"{$eventType}\"%"];
$this->logger->debug($query, $params);
$statement = $this->connection->prepare($query);
$statement->execute($params);
$results = $statement->fetchAll(PDO::FETCH_COLUMN);