Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tax_display_type parameter to storeConfig #36

Merged
merged 4 commits into from
Apr 4, 2024

Conversation

IljaFatkulin
Copy link
Contributor

No description provided.

@@ -456,6 +464,10 @@ protected function setStoreConfigs(ActionInterface $action)
$storeConfig[$configKey] = $configValue;
}

if (isset($storeConfig[self::TAX_DISPLAY_TYPE_CONFIG_KEY])) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please move this logic to foreach block, so it we kind of won't be needed to override it after it. Otherwise a bit of magic from first look.

@AleksandrsKondratjevs AleksandrsKondratjevs merged commit 6fb6501 into scandipwa:master Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants