Commit 78c4805ea9837c7b5360f2abc662b002b257d765
1 parent
ee3961748b
Exists in
master
debug diag
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
partner-simplepay.js
... | ... | @@ -432,6 +432,7 @@ function createReverseHttpServer() { |
432 | 432 | if (['14', '15'].indexOf(partnerRC) >= 0) { |
433 | 433 | rc = '14'; |
434 | 434 | } |
435 | + logger.verbose('REVERSE-REPORT: parsing diag', {request_id: qs.request_id, diag: diag, partnerRC: partnerRC, newRc: rc}); | |
435 | 436 | } |
436 | 437 | |
437 | 438 | if ((typeof qs.balance === 'string') && qs.balance && aaa.updateBalance) { |