feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
171 changed files with 636 additions and 5660 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);