Skip to content

Commit

Permalink
fix: sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev committed Dec 3, 2024
1 parent 966838a commit 6f63540
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ConfiguredLineItemContainer : ICloneable

public CartProduct ConfigurableProduct { get; set; }

private List<SectionLineItem> _items { get; set; } = [];
private List<SectionLineItem> _items = [];

public LineItem AddItem(CartProduct cartProduct, int quantity, string sectionId)
{
Expand Down
6 changes: 0 additions & 6 deletions src/VirtoCommerce.XCart.Core/ExpConfigurationLineItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@ namespace VirtoCommerce.XCart.Core
{
public class ExpConfigurationLineItem
{
public ExpConfigurationLineItem()
{

}

public string StoreId { get; set; }
public string UserId { get; set; }
public string CultureName { get; set; }


public LineItem Item { get; set; }
public Currency Currency { get; set; }
}
Expand Down

0 comments on commit 6f63540

Please sign in to comment.