Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Feb 7, 2020
1 parent 66c2f63 commit d1f8a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Grand.Web/Infrastructure/Cache/ModelCacheEventConsumer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -485,8 +485,8 @@ public partial class ModelCacheEventConsumer :
/// {0} : current product id
/// {1} : current store ID
/// </remarks>
public const string PRODUCTS_ALSO_PURCHASED_IDS_KEY = "Grand.pres.alsopuchased-{0}-{1}";
public const string PRODUCTS_ALSO_PURCHASED_IDS_PATTERN_KEY = "Grand.pres.alsopuchased";
public const string PRODUCTS_ALSO_PURCHASED_IDS_KEY = "Grand.pres.alsopurchased-{0}-{1}";
public const string PRODUCTS_ALSO_PURCHASED_IDS_PATTERN_KEY = "Grand.pres.alsopurchased";

/// <summary>
/// Key for "related" product identifiers displayed on the product details page
Expand Down

0 comments on commit d1f8a48

Please sign in to comment.