Skip to content

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyvastis committed Apr 13, 2021
1 parent 9340c2d commit 31dc619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DependencyInjection/SalesforceExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ public function load(array $configs, ContainerBuilder $container)
$loader->load('soap_client.xml');
$loader->load('rest_client.xml');
foreach ($processedConfiguration['soap_client'] as $key => $value) {
$container->setParameter('arsenal.soap_client.' . $key, $value);
$container->setParameter('arsenal_salesforce.soap_client.' . $key, $value);
}

if (true == $processedConfiguration['soap_client']['logging']) {
$builder = $container->getDefinition('arsenal.soap_client.builder');
$builder = $container->getDefinition('arsenal_salesforce.soap_client.builder');
// $builder->addMethodCall('withLog', array(new Reference('arsenal_salesforce.logger')));
}
}
Expand Down

0 comments on commit 31dc619

Please sign in to comment.