You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current MerchStoreService handles logic behind both items/collections/options and orders. This is becoming slightly complex due to the additional features being implemented on the store, so the service should be split into two to lower complexity and to match the current setup with MerchStoreRepository and MerchOrderRepository
The text was updated successfully, but these errors were encountered:
shravanhariharan2
changed the title
[Store] Split MerchStoreService into MerchOrderService and MerchStoreService
Split MerchStoreService into MerchOrderService and MerchStoreService
Sep 21, 2021
The current MerchStoreService handles logic behind both items/collections/options and orders. This is becoming slightly complex due to the additional features being implemented on the store, so the service should be split into two to lower complexity and to match the current setup with MerchStoreRepository and MerchOrderRepository
The text was updated successfully, but these errors were encountered: