Skip to content

Instantly share code, notes, and snippets.

@websterian
Created August 10, 2018 21:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save websterian/2564b6e506e1b4488aefc3b252a53c1e to your computer and use it in GitHub Desktop.
namespace Sitecore.Services.Examples.Composer
{
using Sitecore.Commerce.Core;
using Sitecore.Framework.Pipelines;
[PipelineDisplayName("CreateComposerTemplatesPipeline")]
public interface ICreateComposerTemplatesPipeline : IPipeline<CreateComposerTemplatesArgument, bool, CommercePipelineExecutionContext>
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment