We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5134b commit 7d8f19dCopy full SHA for 7d8f19d
1 file changed
src/Soap.php
@@ -63,8 +63,8 @@ public function consult($acao, array $argumentos = null)
63
if(!$this->client) {
64
throw new Exception("Ocorreu um erro ao tentar chamar o serviço <b>{$acao}</b>.");
65
}
66
-
67
- $this->client->__soapCall($acao, array($argumentos));
+
+ $this->client->__soapCall($acao, $argumentos);
68
} catch (Exception $e) {
69
return $e->getMessage();
70
0 commit comments