mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-28 01:25:00 +00:00
Adjust the structure of the signature metadata
This commit is contained in:
@@ -393,9 +393,11 @@ class WorkflowController extends AbstractController
|
|||||||
|
|
||||||
$signature->setSignatureMetadata(
|
$signature->setSignatureMetadata(
|
||||||
[
|
[
|
||||||
'documentType' => $data['documentType'],
|
'base_signer' => [
|
||||||
'documentNumber' => $data['documentNumber'],
|
'document_type' => $data['documentType'],
|
||||||
'expirationDate' => $data['expirationDate'],
|
'document_number' => $data['documentNumber'],
|
||||||
|
'expiration_date' => $data['expirationDate'],
|
||||||
|
],
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user