Commit 5ccd2401b2bb0c6d3bfedf1410d5e078c215c663
1 parent
7059e20223
Exists in
master
penanda reverse report
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-simplepay.js
... | ... | @@ -384,9 +384,9 @@ function createReverseHttpServer() { |
384 | 384 | } |
385 | 385 | } |
386 | 386 | |
387 | - | |
388 | 387 | const sn = (rc === '00') ? _createSnFromReverseReport(qs) : null; |
389 | 388 | let msg = [ |
389 | + 'REVERSE REPORT', | |
390 | 390 | qs.diag, |
391 | 391 | 'Status: ' + (qs.trx_status || '-'), |
392 | 392 | 'Balance: ' + (qs.balance || '-'), |