refactor: rename local status from EN_COURS to IN_PROGRESS for clarity
This commit is contained in:
parent
a08fb12b56
commit
bbaec0f0b8
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ async def create_signature(
|
|||
sage_document_id=request.sage_document_id,
|
||||
sage_document_type=request.sage_document_type,
|
||||
universign_status="started",
|
||||
local_status=LocalDocumentStatus.EN_COURS,
|
||||
local_status=LocalDocumentStatus.IN_PROGRESS,
|
||||
signer_url=signer_url,
|
||||
requester_email=request.signer_email,
|
||||
requester_name=request.signer_name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue