Commit 5144c93433acd371c3cbf8488318b5536e9b74e9
1 parent
03d61a6ff1
Exists in
master
disable cekstatus saat dapat reverse report
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
partner-sc.js
... | ... | @@ -539,10 +539,12 @@ function createHttpReportServer() { |
539 | 539 | catch(err) { |
540 | 540 | } |
541 | 541 | |
542 | + /* | |
542 | 543 | if (trxid) { |
543 | 544 | logger.info('Requesting advice from webreport', {trxid: trxid}) |
544 | 545 | cekstatus.advice({trxid: trxid}, callbackFromWebReport); |
545 | 546 | } |
547 | + */ | |
546 | 548 | |
547 | 549 | }); |
548 | 550 |