Skip to content

Commit

Permalink
0076280: use advLoglevel shopware backend setting in API client
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Mueller committed Jun 1, 2021
1 parent 09baf69 commit a1ba4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Services/AbstractDataService.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function setConfig(CachedConfigReader $configReader, string $pluginName)
'afterbuyUsername' => $this->config['userName'],
'afterbuyUserPassword' => $this->config['userPassword'],
'logLevel' => '1',
'advLogLevel' => (int) $this->config['advLogLevel'],
];
}

Expand Down

0 comments on commit a1ba4b5

Please sign in to comment.