Skip to content

Commit 03f55d4

Browse files
authored
Merge pull request #10 from SoftwareAG/develop
fixed experimental feature
2 parents 3a368c8 + 8a44b12 commit 03f55d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experimental.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function processResubmissions(reprocessCount)
249249
function processSingleResubmission(a,b, vbid)
250250
{
251251
dbg.message("Processing Resubmission [" + a + " of " + b + "] Action [" + startOrResume + "] VBID [" + vbid + "]",);
252-
var endPoint = "https://cpointegrationdev.int-aws-de.webmethods.io/enterprise/v1/tenant/account/billlogs/" + vbid;
252+
var endPoint = "https://" + domainName + "/enterprise/v1/tenant/account/billlogs/" + vbid;
253253
debug("Next URL [" + endPoint + "]");
254254
//var body=processMonitorBody();
255255
//body.limit=reprocessCount;

wmiocli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apache-2.0
55
*/
66

7-
const versionNo = "2022.11.1"
7+
const versionNo = "2022.11.2"
88
const { Command, Option } = require('commander');
99
const { exit } = require('process');
1010
const readline = require('readline-sync');

0 commit comments

Comments
 (0)