feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
221 changed files with 780 additions and 10137 deletions
Showing only changes of commit 1c3052219c - Show all commits

View File

@ -447,7 +447,6 @@ class Toku extends Ideal\Service
}
foreach ($results as $secret) {
if (HMAC::validate($timestamp, $signature, $eventId, $secret)) {
$this->logger->info('Toku webhook validated', [
'timestamp' => $timestamp,
'signature' => $signature,
@ -455,6 +454,7 @@ class Toku extends Ideal\Service
'eventType' => $eventType,
'secret' => $secret,
]);
if (HMAC::validate($timestamp, $signature, $eventId, $secret)) {
return true;
}
}