Correction identifiant
This commit is contained in:
parent
c0e4ed8661
commit
c81690903d
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user