chore: remove container registration name (#9137)
This commit is contained in:
@@ -24,7 +24,7 @@ export const createVariantPriceSet = async ({
|
||||
}): Promise<PriceSetDTO> => {
|
||||
const remoteLink = container.resolve("remoteLink")
|
||||
const pricingModuleService: IPricingModuleService = container.resolve(
|
||||
"pricingModuleService"
|
||||
Modules.PRICING
|
||||
)
|
||||
|
||||
const priceSet = await pricingModuleService.createPriceSets({
|
||||
|
||||
Reference in New Issue
Block a user