File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
generator/cybersource-javascript-template Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 426426 else if (this.merchantConfig.getAuthenticationType().toLowerCase() === this.constants.OAUTH) {
427427 token = ' Bearer ' + token;
428428 headerParams[' Authorization' ] = token;
429- this.logger.info(this.constants.AUTHORIZATION + ' : ' + token);
429+ // this.logger.info(this.constants.AUTHORIZATION + ' : ' + token);
430430 }
431431
432432 return headerParams;
Original file line number Diff line number Diff line change 428428 else if ( this . merchantConfig . getAuthenticationType ( ) . toLowerCase ( ) === this . constants . OAUTH ) {
429429 token = 'Bearer ' + token ;
430430 headerParams [ 'Authorization' ] = token ;
431- this . logger . info ( this . constants . AUTHORIZATION + ' : ' + token ) ;
431+ // this.logger.info(this.constants.AUTHORIZATION + ' : ' + token);
432432 }
433433
434434 return headerParams ;
You can’t perform that action at this time.
0 commit comments