Skip to content

Instantly share code, notes, and snippets.

@brijbaroda
Created November 17, 2019 14:03
Show Gist options
  • Save brijbaroda/25e4675a8ddff9d9b57078610a6d920c to your computer and use it in GitHub Desktop.
Save brijbaroda/25e4675a8ddff9d9b57078610a6d920c to your computer and use it in GitHub Desktop.
Sitecore Commerce - Localizing Category - PipelineArgument
using Sitecore.Commerce.Core;
using Sitecore.Commerce.Plugin.Catalog;
using Sitecore.Framework.Conditions;
using System.Collections.Generic;
namespace POC.Localization.Pipelines.Arguments
{
public class LocalizationPipelineArgument: PipelineArgument
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment