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

checkout/cart: Remove sourcing logic let adapter handle this

carstendietrich opened this issue · comments

Currently the sourcing is done within the checkout/cart module. This could be removed since a potential cart adapter could handle this on its own. This applies also to the place order / OMS adapters which should handle sourcing internally.