Skip to content

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.

3 participants