Skip to content

fix(laravel-soap-126): Arguments wrong passed with call method #129

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

Merged
merged 3 commits into from
Apr 16, 2021

Conversation

CodeDredd
Copy link
Owner

If a soap call was made with client->call('action', arrayParameters) the parameters were not included because its need to be wrapped in an array again.

Also the faker engine now has the right soap options in the request.

If a soap call was made with `client->call('action', arrayParameters)` the parameters were not included because its need to be wrapped in an array again.

Also the faker engine now has the right soap options in the request.
@CodeDredd CodeDredd added the bug Something isn't working label Apr 16, 2021
@CodeDredd CodeDredd added this to the 2.0 milestone Apr 16, 2021
@CodeDredd CodeDredd self-assigned this Apr 16, 2021
@CodeDredd CodeDredd merged commit 550f841 into master Apr 16, 2021
@CodeDredd CodeDredd deleted the bugfix/laravel-soap-126 branch April 16, 2021 10:58
@chiiya
Copy link
Contributor

chiiya commented Aug 27, 2021

Can you clarify what the breaking change is?
If I was using this before:

$this->client->call('OAuthGetAccessToken', [$parameters]);

Should it now be like this?

$this->client->call('OAuthGetAccessToken', $parameters);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants