Previously, the package was sending the bodyParameters array directly into the client send method. Now, the League\OAuth1\Client\Tool\RequestFactory uses the GuzzleHttp\Psr7\Request constructor to build the request, which does not support array body types.
Previously, the package was sending the
bodyParameters
array directly into the client send method. Now, theLeague\OAuth1\Client\Tool\RequestFactory
uses theGuzzleHttp\Psr7\Request
constructor to build the request, which does not support array body types.