flamingo-commerce icon indicating copy to clipboard operation
flamingo-commerce copied to clipboard

cart: Get rid of session in CartReceiverService / CartService

Open carstendietrich opened this issue 5 years ago • 0 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.

carstendietrich avatar Feb 10 '20 10:02 carstendietrich