From 58f5ed1ce78de29541ed8694550eace4e2b0861f Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 28 Nov 2025 10:31:13 -0800 Subject: [PATCH] Comment unrequired fortellis API. --- server/fortellis/fortellis-helpers.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/server/fortellis/fortellis-helpers.js b/server/fortellis/fortellis-helpers.js index 873aa826b..b179de3e3 100644 --- a/server/fortellis/fortellis-helpers.js +++ b/server/fortellis/fortellis-helpers.js @@ -384,13 +384,13 @@ const FortellisActions = { type: "post", apiName: "CDK Drive Post Accounts GL" }, - TranBatchWip: { - url: isProduction - ? "https://api.fortellis.io/cdk/drive/glpost/transBatchWIP" - : "https://api.fortellis.io/cdk-test/drive/glpost/transBatchWIP", - type: "post", - apiName: "CDK Drive Post Accounts GL" - }, + // TranBatchWip: { + // url: isProduction + // ? "https://api.fortellis.io/cdk/drive/glpost/transBatchWIP" + // : "https://api.fortellis.io/cdk-test/drive/glpost/transBatchWIP", + // type: "post", + // apiName: "CDK Drive Post Accounts GL" + // }, PostBatchWip: { url: isProduction ? "https://api.fortellis.io/cdk/drive/glpost/postBatchWIP"