Skip to content

Instantly share code, notes, and snippets.

@websterian
Created March 2, 2018 21:05
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/f97067b1daaf3d001f5e5fb114cc3834 to your computer and use it in GitHub Desktop.
Save websterian/f97067b1daaf3d001f5e5fb114cc3834 to your computer and use it in GitHub Desktop.
Wraps cart coupon component for reporting
using Sitecore.Commerce.Plugin.Coupons;
namespace Sitecore.Commerce.Plugin.Reporting.Model
{
public class OrderCoupon : CartCouponsComponent
{
public string OrderId { get; set; }
public OrderCoupon()
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment