DDB-1753: fix response
This commit is contained in:
parent
82ae1cbdf8
commit
6533368534
|
|
@ -30,7 +30,7 @@ class DigitalSignatureController extends AbstractController
|
|||
return $this->createJsonResponse(
|
||||
[
|
||||
'hash' => $response->hash,
|
||||
'content' => $response->content,
|
||||
'content' => base64_encode($response->content),
|
||||
]
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue