diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-24 21:21:47 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-01-24 21:21:47 +0100 |
| commit | 2c0e180d0fef8f85118ee44594c451b881c4f753 (patch) | |
| tree | 0c2462e1111df41cba9db03ae26369d9518855c4 /backend/scripts/patch-medusa.js | |
| parent | e0632c4d10dfcf9aa72b62a5285177427d032fb5 (diff) | |
corrections fullfilments..
Diffstat (limited to 'backend/scripts/patch-medusa.js')
| -rw-r--r-- | backend/scripts/patch-medusa.js | 14 |
1 files changed, 14 insertions, 0 deletions
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 = [
|
