diff options
| author | toshiro <toshiro@chillka> | 2026-01-24 23:56:50 +0100 |
|---|---|---|
| committer | toshiro <toshiro@chillka> | 2026-01-25 00:28:22 +0100 |
| commit | 3ef27716789f7be828950e605bf64d3594b07c26 (patch) | |
| tree | f78bdf20922bcf13722b3c50264830b3dbacef3a /backend/scripts/patch-medusa.js | |
| parent | 79128161177cf7c1e1e020c304f8573f0897116d (diff) | |
local changes on huitral
Diffstat (limited to 'backend/scripts/patch-medusa.js')
| -rw-r--r-- | backend/scripts/patch-medusa.js | 11 |
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",
|
