From a12e812b0481697c8445f3ca2877d59151f8905e Mon Sep 17 00:00:00 2001 From: "florian.azizian" <florian.azizian@maarch.org> Date: Thu, 23 Jul 2020 16:53:34 +0200 Subject: [PATCH] FEAT #14043 TIME 0:05 typo IparapheurController in FastParapheurController --- .../controllers/FastParapheurController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/external/externalSignatoryBook/controllers/FastParapheurController.php b/src/app/external/externalSignatoryBook/controllers/FastParapheurController.php index 2deb91903c3..741d7addbab 100755 --- a/src/app/external/externalSignatoryBook/controllers/FastParapheurController.php +++ b/src/app/external/externalSignatoryBook/controllers/FastParapheurController.php @@ -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]; } -- GitLab