Skip to content

Commit 7d8f19d

Browse files
Método "consult" corrigido
1 parent 3d5134b commit 7d8f19d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Soap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function consult($acao, array $argumentos = null)
6363
if(!$this->client) {
6464
throw new Exception("Ocorreu um erro ao tentar chamar o serviço <b>{$acao}</b>.");
6565
}
66-
67-
$this->client->__soapCall($acao, array($argumentos));
66+
67+
$this->client->__soapCall($acao, $argumentos);
6868
} catch (Exception $e) {
6969
return $e->getMessage();
7070
}

0 commit comments

Comments
 (0)