DDB-1753 #5

Merged
dcherednik merged 21 commits from DDB-1753 into master 2025-03-21 13:37:34 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6533368534 - Show all commits

View File

@ -30,7 +30,7 @@ class DigitalSignatureController extends AbstractController
return $this->createJsonResponse( return $this->createJsonResponse(
[ [
'hash' => $response->hash, 'hash' => $response->hash,
'content' => $response->content, 'content' => base64_encode($response->content),
] ]
); );
} }