Issue #0001889: [IndiScore] activer getIndiScore()
This commit is contained in:
parent
f0e537ed31
commit
3ba1ed2a4b
@ -117,7 +117,7 @@ class EvaluationController extends Zend_Controller_Action
|
|||||||
$email = $request->getParam('email', '');
|
$email = $request->getParam('email', '');
|
||||||
|
|
||||||
$ws = new WsScores();
|
$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');
|
if ($infos === false) $this->forward('soap', 'error');
|
||||||
} else {
|
} else {
|
||||||
$infos = $this->getRequest()->getParam('infos');
|
$infos = $this->getRequest()->getParam('infos');
|
||||||
|
Loading…
Reference in New Issue
Block a user