Skip to content

Commit

Permalink
PT-13935: add IsAnonyomus to customer order (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev authored Oct 20, 2023
1 parent 6378e8e commit 3dca6bb
Show file tree
Hide file tree
Showing 12 changed files with 6,171 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 3dca6bb

Please sign in to comment.