Hi Team,We are using IOrderRepositery. How to remove single LineItem from ICart?Regards,Krishna
You can find the lineitem from IShipment.LineItems and then remove it. Call IOrderRepository.Save to persist the changes
Hi Team,
We are using IOrderRepositery. How to remove single LineItem from ICart?
Regards,
Krishna