I can't remove item from the cart
Does not remove items from cart. When I hit "delete" the items are still there. Only performs the total price calculation. Cart isn’t repository , instead Fiction item is a repositry entity , saved in the database Thanks for your help This is my code : @Component public class Cart { private List <Fiction> fictions… Read More I can't remove item from the cart