Skip to content

Commit

Permalink
VCST-1659: Added "Name" field for the Discount class (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ljutyj authored Nov 19, 2024
1 parent d5e179b commit a2c43f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/VirtoCommerce.CoreModule.Core/Common/Discount.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public class Discount : Entity, ICloneable
public virtual decimal DiscountAmountWithTax { get; set; }
public string Coupon { get; set; }
public string Description { get; set; }
public string Name { get; set; }

#region ICloneable members

Expand Down

0 comments on commit a2c43f1

Please sign in to comment.