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)
249249function 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;
Original file line number Diff line number Diff line change 44 * Apache-2.0
55 */
66
7- const versionNo = "2022.11.1 "
7+ const versionNo = "2022.11.2 "
88const { Command, Option } = require ( 'commander' ) ;
99const { exit } = require ( 'process' ) ;
1010const readline = require ( 'readline-sync' ) ;
You can’t perform that action at this time.
0 commit comments