Skip to content
Snippets Groups Projects
Commit a12e812b authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #14043 TIME 0:05 typo IparapheurController in FastParapheurController

parent 05ccd7df
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ class FastParapheurController
return ['error' => $error];
}
IParapheurController::processVisaWorkflow(['res_id_master' => $aArgs['resIdMaster'], 'processSignatory' => false]);
FastParapheurController::processVisaWorkflow(['res_id_master' => $aArgs['resIdMaster'], 'processSignatory' => false]);
$documentId = $curlReturn['response']->children('http://schemas.xmlsoap.org/soap/envelope/')->Body->children('http://sei.ws.fast.cdc.com/')->uploadResponse->children();
return ['success' => (string)$documentId];
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment