feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
186 changed files with 503 additions and 6659 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) {