feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
171 changed files with 649 additions and 5637 deletions
Showing only changes of commit f728ed0b55 - Show all commits

View File

@ -116,7 +116,8 @@ class API
$this->logger->warning("Failed to validate external key", [
'path' => $request->getUri()->getPath(),
'headers' => $request->getHeaders(),
'token' => $this->externalPaths[$basePath][$subPath]
'token' => $this->externalPaths[$basePath][$subPath],
'body' => $request->getBody()->getContents()
]);
return false;
}