summaryrefslogtreecommitdiff
path: root/backend/scripts/patch-medusa.js
diff options
context:
space:
mode:
Diffstat (limited to 'backend/scripts/patch-medusa.js')
-rw-r--r--backend/scripts/patch-medusa.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/backend/scripts/patch-medusa.js b/backend/scripts/patch-medusa.js
index 82d6333..a3b7b0f 100644
--- a/backend/scripts/patch-medusa.js
+++ b/backend/scripts/patch-medusa.js
@@ -42,17 +42,6 @@ const taxProviderPath = path.join(
"tax-provider.js"
);
-const fulfillmentPath = path.join(
- __dirname,
- "..",
- "node_modules",
- "@medusajs",
- "medusa",
- "dist",
- "services",
- "fulfillment-provider.js"
-);
-
const targets = [
{
label: "payment-provider",