Skip to content
Snippets Groups Projects
Commit f9350276 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 8680417c
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ class SalesforceOAuthPlugin extends SalesforceAuthProviderPluginBase { ...@@ -55,7 +55,7 @@ class SalesforceOAuthPlugin extends SalesforceAuthProviderPluginBase {
$configuration, $configuration,
$plugin_id, $plugin_id,
$plugin_definition, $plugin_definition,
$container->get('http_client'), $container->get('salesforce.http_client_wrapper'),
$container->get('salesforce.auth_token_storage'), $container->get('salesforce.auth_token_storage'),
$container->get('config.factory'), $container->get('config.factory'),
$container->get('tempstore.private') $container->get('tempstore.private')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment