File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ function processResubmissions(reprocessCount)
249
249
function processSingleResubmission ( a , b , vbid )
250
250
{
251
251
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 ;
253
253
debug ( "Next URL [" + endPoint + "]" ) ;
254
254
//var body=processMonitorBody();
255
255
//body.limit=reprocessCount;
Original file line number Diff line number Diff line change 4
4
* Apache-2.0
5
5
*/
6
6
7
- const versionNo = "2022.11.1 "
7
+ const versionNo = "2022.11.2 "
8
8
const { Command, Option } = require ( 'commander' ) ;
9
9
const { exit } = require ( 'process' ) ;
10
10
const readline = require ( 'readline-sync' ) ;
You can’t perform that action at this time.
0 commit comments