Skip to content

Commit

Permalink
fix: CalculationMethod GroupName
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegoO committed Apr 5, 2024
1 parent c712bfe commit b55bff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VirtoCommerce.CustomerReviews.Core/ModuleConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public static class General
public static readonly SettingDescriptor CalculationMethod = new SettingDescriptor
{
Name = "CustomerReviews.Calculation.Method",
GroupName = "Product Reviews|General",
GroupName = "Store|Product Reviews",
ValueType = SettingValueType.ShortText,
DefaultValue = "Average",
};
Expand Down

0 comments on commit b55bff4

Please sign in to comment.