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 598 additions and 6352 deletions
Showing only changes of commit 48bcb33bad - Show all commits

View File

@ -436,7 +436,7 @@ class Toku extends Ideal\Service
$query = $this->connection->getQueryBuilder()
->select('secret')
->from('toku_webhooks')
->where('enabled = ? AND event_type LIKE ?');
->where('enabled = ? AND events LIKE ?');
$params = [true, "%\"{$eventType}\"%"];
$statement = $this->connection->prepare($query);
$statement->execute($params);