We currently have an EntityStoreInterface used by Order, which has getStore and setStore.
But it's not really reusable, cause all other entities (products, promotions, etc) actually need getStores and setStores.

So, let's remove EntityStoreInterface, move the relevant methods to OrderInterface, then implement an EntityStoresInterface with the right methods, used by products and promotions.

Comments

bojanz created an issue. See original summary.

miteshmap’s picture

Assigned: Unassigned » miteshmap
miteshmap’s picture

Assigned: miteshmap » Unassigned
Status: Active » Needs review
StatusFileSize
new8.2 KB

  • bojanz committed 923d672 on 8.x-2.x authored by miteshmap
    Issue #2794485 by miteshmap, bojanz: Remove EntityStoreInterface, add...
bojanz’s picture

Status: Needs review » Fixed

Finished and committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.