chore: remove container registration name (#9137)
This commit is contained in:
@@ -27,7 +27,7 @@ moduleIntegrationTestRunner<IStoreModuleService>({
|
||||
linkable: "store_id",
|
||||
entity: "Store",
|
||||
primaryKey: "id",
|
||||
serviceName: "store",
|
||||
serviceName: "Store",
|
||||
field: "store",
|
||||
},
|
||||
},
|
||||
@@ -36,7 +36,7 @@ moduleIntegrationTestRunner<IStoreModuleService>({
|
||||
linkable: "store_currency_id",
|
||||
entity: "StoreCurrency",
|
||||
primaryKey: "id",
|
||||
serviceName: "store",
|
||||
serviceName: "Store",
|
||||
field: "storeCurrency",
|
||||
},
|
||||
},
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
import { StoreTypes } from "@medusajs/types"
|
||||
import { IEventBusModuleService, Logger } from "@medusajs/types"
|
||||
import { IEventBusModuleService, Logger, StoreTypes } from "@medusajs/types"
|
||||
|
||||
export type InitializeModuleInjectableDependencies = {
|
||||
logger?: Logger
|
||||
eventBusModuleService?: IEventBusModuleService
|
||||
EventBus?: IEventBusModuleService
|
||||
}
|
||||
|
||||
export type UpdateStoreInput = StoreTypes.UpdateStoreDTO & { id: string }
|
||||
|
||||
Reference in New Issue
Block a user