Issue #0001889: [IndiScore] activer getIndiScore()

This commit is contained in:
Aram HARUTYUNYAN 2014-04-21 11:50:43 +00:00
parent f0e537ed31
commit 3ba1ed2a4b

View File

@ -117,7 +117,7 @@ class EvaluationController extends Zend_Controller_Action
$email = $request->getParam('email', '');
$ws = new WsScores();
$infos = 12;//$ws->getIndiScore(substr($this->siret, 0,9), 0, 1, $plus, $ref, $encours, $email);
$infos = $ws->getIndiScore(substr($this->siret, 0,9), 0, 1, $plus, $ref, $encours, $email);
if ($infos === false) $this->forward('soap', 'error');
} else {
$infos = $this->getRequest()->getParam('infos');