From 2c0e180d0fef8f85118ee44594c451b881c4f753 Mon Sep 17 00:00:00 2001 From: ertopogo Date: Sat, 24 Jan 2026 21:21:47 +0100 Subject: corrections fullfilments.. --- backend/scripts/patch-medusa.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'backend/scripts/patch-medusa.js') diff --git a/backend/scripts/patch-medusa.js b/backend/scripts/patch-medusa.js index b20a9fd..c18625f 100644 --- a/backend/scripts/patch-medusa.js +++ b/backend/scripts/patch-medusa.js @@ -21,6 +21,16 @@ const notificationPath = path.join( "services", "notification.js" ); +const fulfillmentPath = path.join( + __dirname, + "..", + "node_modules", + "@medusajs", + "medusa", + "dist", + "services", + "fulfillment-provider.js" +); const targets = [ { @@ -31,6 +41,10 @@ const targets = [ label: "notification", filePath: notificationPath, }, + { + label: "fulfillment-provider", + filePath: fulfillmentPath, + }, ]; const replacements = [ -- cgit v1.2.3