feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
241 changed files with 827 additions and 10495 deletions
Showing only changes of commit 25710d616a - Show all commits

View File

@ -50,6 +50,7 @@ class Toku extends Controller
{
$body = $request->getBody()->getContents();
$input = json_decode($body, true);
$this->logger->info('Toku payment success', ['input' => $input]);
try {
if ($tokuService->successEvent($input)) {
return $responseFactory->createResponse(200);