Open oguzsamsa opened 4 months ago
ShoppingCart reducer
cart: [ { count: 1, checked: true, product: { id: “1235”, … } }, { count: 3, checked: true, product: { id: “1236”, … } }, ]
[ ] All items in the cart should be seen on dropdown
ShoppingCart reducer
[ ] All items in the cart should be seen on dropdown