Skip to content

Commit

Permalink
feat: add IsAnonyomus to customer order
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev committed Oct 18, 2023
1 parent 6378e8e commit c875052
Show file tree
Hide file tree
Showing 11 changed files with 6,170 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/VirtoCommerce.OrdersModule.Core/Model/CustomerOrder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ public class CustomerOrder : OrderOperation, IHasTaxDetalization, ISupportSecuri
/// </summary>
public virtual decimal HandlingTotalWithTax { get; set; }

public bool IsAnonymous { get; set; }

#region ITaxable Members

/// <summary>
Expand Down
Loading

0 comments on commit c875052

Please sign in to comment.