When creating a Guzzle Client to pass to the GuzzleHttpAdapter, the config and default options of that client were being overridden in the GuzzleHttpAdapter::call method.
I have updated the way the 'data' is set for the request, so that it preserves any existing config.
When creating a Guzzle Client to pass to the GuzzleHttpAdapter, the config and default options of that client were being overridden in the GuzzleHttpAdapter::call method.
I have updated the way the 'data' is set for the request, so that it preserves any existing config.