Skip to content

Commit

Permalink
PT-13550: Extend lineitem with Product Outer Id (#379)
Browse files Browse the repository at this point in the history
feat: Extend lineitem with Product Outer Id
  • Loading branch information
OlegoO authored Sep 15, 2023
1 parent bb77043 commit ea62209
Show file tree
Hide file tree
Showing 15 changed files with 6,170 additions and 16 deletions.
1 change: 1 addition & 0 deletions src/VirtoCommerce.OrdersModule.Core/Model/LineItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public class LineItem : AuditableEntity, IHasTaxDetalization, ISupportCancellati
public string CategoryId { get; set; }

public string Name { get; set; }
public string ProductOuterId { get; set; }
public string Comment { get; set; }
public string Status { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
<PackageReference Include="VirtoCommerce.CartModule.Core" Version="3.403.0" />
<PackageReference Include="VirtoCommerce.CartModule.Core" Version="3.404.0" />
<PackageReference Include="VirtoCommerce.CoreModule.Core" Version="3.400.0" />
<PackageReference Include="VirtoCommerce.CustomerModule.Core" Version="3.400.0" />
<PackageReference Include="VirtoCommerce.NotificationsModule.Core" Version="3.400.0" />
Expand Down
Loading

0 comments on commit ea62209

Please sign in to comment.