summaryrefslogtreecommitdiff
path: root/backend/scripts
diff options
context:
space:
mode:
authortoshiro <toshiro@chillka>2026-01-24 23:56:50 +0100
committertoshiro <toshiro@chillka>2026-01-25 00:28:22 +0100
commit3ef27716789f7be828950e605bf64d3594b07c26 (patch)
treef78bdf20922bcf13722b3c50264830b3dbacef3a /backend/scripts
parent79128161177cf7c1e1e020c304f8573f0897116d (diff)
local changes on huitral
Diffstat (limited to 'backend/scripts')
-rw-r--r--backend/scripts/patch-medusa.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/backend/scripts/patch-medusa.js b/backend/scripts/patch-medusa.js
index 9becc67..6d5d540 100644
--- a/backend/scripts/patch-medusa.js
+++ b/backend/scripts/patch-medusa.js
@@ -32,6 +32,17 @@ const fulfillmentPath = path.join(
"fulfillment-provider.js"
);
+const fulfillmentPath = path.join(
+ __dirname,
+ "..",
+ "node_modules",
+ "@medusajs",
+ "medusa",
+ "dist",
+ "services",
+ "fulfillment-provider.js"
+);
+
const targets = [
{
label: "payment-provider",