Skip to content

Commit

Permalink
NTR: cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jul 2, 2024
1 parent 9241ea6 commit a04bacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/SettingsService.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function getSettings(?string $salesChannelId = null): MollieSettingStruct
{
$structData = [];
/** @var array<mixed> $systemConfigData */
$systemConfigData = $this->systemConfigService->get(self::SYSTEM_CONFIG_DOMAIN, $salesChannelId,);
$systemConfigData = $this->systemConfigService->get(self::SYSTEM_CONFIG_DOMAIN, $salesChannelId);

foreach ($systemConfigData as $key => $value) {
if (stripos($key, self::SYSTEM_CONFIG_DOMAIN) !== false) {
Expand Down

0 comments on commit a04bacb

Please sign in to comment.