Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions src/VirtoCommerce.StoreModule.Core/ModuleConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,6 @@ public static class General
DefaultValue = false,
};

public static SettingDescriptor EnablePriceRoundingForTotalsCalculation = new SettingDescriptor
{
Name = "Stores.EnablePriceRoundingForTotalsCalculation",
GroupName = "Store|General",
ValueType = SettingValueType.Boolean,
DefaultValue = true,
};

public static IEnumerable<SettingDescriptor> AllSettings
{
get
Expand All @@ -84,7 +76,6 @@ public static IEnumerable<SettingDescriptor> AllSettings
yield return AllowAnonymousUsers;
yield return IsSpa;
yield return EmailVerificationEnabled;
yield return EnablePriceRoundingForTotalsCalculation;
}
}
}
Expand Down