i-love-flamingo / flamingo-commerce

Flexible E-Commerce Framework on top of Flamingo. Used to build E-Commerce "Portals" and connect it with the help of individual Adapters to other services.

Home Page:https://www.flamingo.me/flamingo-commerce.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cart: Get rid of session in CartReceiverService / CartService

carstendietrich opened this issue · comments

The service should be independent of session since it belongs to interface layer. Currently the CartService can only be used in a controller context. In the future it should be possible to work with the services by only providing the cart object.