From 2d5ed9a1bdedd8f39c9cc1adaa6562c6e75663f0 Mon Sep 17 00:00:00 2001 From: Mukitul Islam Mukit Date: Fri, 15 Nov 2024 10:57:49 +0600 Subject: [PATCH] docs: fix fulfillment module container name --- www/apps/resources/app/commerce-modules/fulfillment/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/apps/resources/app/commerce-modules/fulfillment/page.mdx b/www/apps/resources/app/commerce-modules/fulfillment/page.mdx index aba253fb4e7d8..b6fa4c3f4a47c 100644 --- a/www/apps/resources/app/commerce-modules/fulfillment/page.mdx +++ b/www/apps/resources/app/commerce-modules/fulfillment/page.mdx @@ -10,7 +10,7 @@ The Fulfillment Module provides fulfillment-related features in your Medusa and ## How to Use Fulfillment Module's Service -You can use the Fulfillment Module's main service by resolving from the Medusa container the resource `Modules.API_KEY` imported from `@medusajs/framework/utils`. +You can use the Fulfillment Module's main service by resolving from the Medusa container the resource `Modules.FULFILLMENT` imported from `@medusajs/framework/utils`. For example: