You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On "function parse_request", remove the headers at line 4058 $this->parseRequest($this->headers, $data); but the function parseRequest haven't return sentence.
To solve it, i add "return $data;" at line 4491
The text was updated successfully, but these errors were encountered:
When you get requestSOAP, that return NULL value.
On "function parse_request", remove the headers at line 4058 $this->parseRequest($this->headers, $data); but the function parseRequest haven't return sentence.
To solve it, i add "return $data;" at line 4491
The text was updated successfully, but these errors were encountered: