Skip to content
Snippets Groups Projects
Commit 72df38f5 authored by Damyan Mitev's avatar Damyan Mitev :beach:
Browse files

reorder parameters of documentSignDocumentJavaService

parent 022fec62
No related branches found
No related tags found
1 merge request!90ability to attach visual signature on pdf document
This commit is part of merge request !90. Comments created here will be created in the context of that merge request.
......@@ -1616,9 +1616,9 @@ message SignatureData {
documentUUID,
pdfContentType,
vCardImageData,
signatureData,
qrCodeImageData,
qrCodeCoordinates
qrCodeCoordinates,
signatureData
);
if (signResponse.code !== "200") {
return encodeResponse("400", "", signResponse.status);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment