feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
255 changed files with 693 additions and 11493 deletions
Showing only changes of commit 9e0d604d79 - Show all commits

View File

@ -49,7 +49,7 @@ class Toku extends Controller
$input = json_decode($body->getContents(), true);
try {
if ($tokuService->successEvent($input)) {
return $responseFactory->createResponse(204);
return $responseFactory->createResponse(200);
}
return $responseFactory->createResponse(409, 'Payment could not be updated');
} catch (InvalidResult $exception) {