Skip to content

Commit

Permalink
Merge branch 'release/3.416.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vc-ci committed Oct 23, 2023
2 parents ee16d49 + 3dca6bb commit eb21b08
Show file tree
Hide file tree
Showing 15 changed files with 6,181 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project>
<!-- These properties will be shared for all projects -->
<PropertyGroup>
<VersionPrefix>3.415.0</VersionPrefix>
<VersionPrefix>3.416.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<VersionSuffix Condition=" '$(VersionSuffix)' != '' AND '$(BuildNumber)' != '' ">$(VersionSuffix)-$(BuildNumber)</VersionSuffix>
</PropertyGroup>
Expand Down
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 eb21b08

Please sign in to comment.