Correction identifiant

This commit is contained in:
Michael RICOIS 2013-03-25 08:16:03 +00:00
parent c0e4ed8661
commit c81690903d

View File

@ -632,7 +632,7 @@ class WsScores
public function getPiecesBilans($siren) public function getPiecesBilans($siren)
{ {
$params = new stdClass(); $params = new stdClass();
$params->siren = $siren; $params->identifiant = $siren;
$client = $this->loadClient('pieces'); $client = $this->loadClient('pieces');
try { try {
$reponse = $client->getBilans($params); $reponse = $client->getBilans($params);