Merge branch 'feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration' of bitbucket.org:snaptsoft/bodyshop into feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration

This commit is contained in:
Dave
2025-12-01 13:02:44 -05:00

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"