Commit 7059e202232fc541780e8d744b6fd2238cdbd3aa
1 parent
ec48e938f2
Exists in
master
typo
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-simplepay.js
... | ... | @@ -388,7 +388,7 @@ function createReverseHttpServer() { |
388 | 388 | const sn = (rc === '00') ? _createSnFromReverseReport(qs) : null; |
389 | 389 | let msg = [ |
390 | 390 | qs.diag, |
391 | - 'Status: ' + (qs.trx_status || '-') | |
391 | + 'Status: ' + (qs.trx_status || '-'), | |
392 | 392 | 'Balance: ' + (qs.balance || '-'), |
393 | 393 | 'Harga: ' + (qs.harga || '-') |
394 | 394 | ].join('. '); |