Comment unrequired fortellis API.

This commit is contained in:
Patrick Fic
2025-11-28 10:31:13 -08:00
parent c1e3c08652
commit 58f5ed1ce7

View File

@@ -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"