@@ -36,7 +36,7 @@ |
||
36 | 36 | { |
37 | 37 | $this->soapResponse = $response; |
38 | 38 | try { |
39 | - $response = $this->__soapCall($function_name, [], null, null, $output_headers); |
|
39 | + $response = $this->__soapCall($function_name, [ ], null, null, $output_headers); |
|
40 | 40 | } catch (\SoapFault $fault) { |
41 | 41 | $this->soapResponse = null; |
42 | 42 | throw $fault; |