Skip to content

Instantly share code, notes, and snippets.

@websterian
Created March 2, 2018 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save websterian/edb5f3f6b1b409acff06aca5b862e3f3 to your computer and use it in GitHub Desktop.
Save websterian/edb5f3f6b1b409acff06aca5b862e3f3 to your computer and use it in GitHub Desktop.
using Sitecore.Commerce.Plugin.Carts;
namespace Sitecore.Commerce.Plugin.Reporting.Model
{
public class OrderLine : CartLineComponent
{
public string OrderId { get; set; }
public OrderLine()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment