Skip to content
Snippets Groups Projects
Commit 469435b7 authored by Aaron Bauman's avatar Aaron Bauman
Browse files

Issue #3427760 by dineshkumarbollu, Peter Haight: TypeError:...

Issue #3427760 by dineshkumarbollu, Peter Haight: TypeError: Drupal\salesforce_oauth\Plugin\SalesforceAuthProvider\SalesforceOAuthPlugin::__construct(): Argument #4 ($httpClient) must be of type OAuth\Common\Http\Client\ClientInterface, GuzzleHttp\Client given
parent 6631b107
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ class SalesforceOAuthPlugin extends SalesforceAuthProviderPluginBase {
$configuration,
$plugin_id,
$plugin_definition,
$container->get('http_client'),
$container->get('salesforce.http_client_wrapper'),
$container->get('salesforce.auth_token_storage'),
$container->get('config.factory'),
$container->get('tempstore.private')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment