Skip to content

Commit

Permalink
fix: copy IsConfigured
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev committed Nov 21, 2024
1 parent 91b0d65 commit 559f662
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ protected virtual LineItem ToOrderModel(CartModule.Core.Model.LineItem lineItem)

retVal.VendorId = lineItem.VendorId;

retVal.IsConfigured = lineItem.IsConfigured;

if (lineItem.DynamicProperties != null)
{
retVal.DynamicProperties = lineItem.DynamicProperties.Select(ToOrderModel).ToList();
Expand Down

0 comments on commit 559f662

Please sign in to comment.