Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Service.php #4

Merged
merged 1 commit into from Sep 26, 2014
Merged

Conversation

brandonleepeterson
Copy link
Contributor

SoapClient will drop the first parameter if you pass it in as a list of arguments. See: http://stackoverflow.com/questions/3812765/param0-disappearing-in-soap-request-in-php-using-soapclient-class

This bug was introduced here: b2ff17c

Passing the parameters as a single array resolves the issue.

SoapClient will drop the first parameter if you pass it in as a list of arguments. See: http://stackoverflow.com/questions/3812765/param0-disappearing-in-soap-request-in-php-using-soapclient-class

This bug was introduced here: notfalsedev@b2ff17c

Passing the parameters as a single array resolves the issue.
notfalsedev pushed a commit that referenced this pull request Sep 26, 2014
@notfalsedev notfalsedev merged commit a51b231 into notfalsedev:master Sep 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants