Commit ad628905e1bd72a01568ff0129ef8309430c7625

Authored by Adhidarma Hadiwinoto
1 parent 59b806630b
Exists in master

typo

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

partner-simplepay.js
... ... @@ -338,8 +338,8 @@ function reverseReportHandler(data) {
338 338 const sn = (rc === '00') ? _createSnFromReverseReport(qs) : null;
339 339 let msg = [
340 340 'REVERSE REPORT',
341   - 'Diag: ' + (qs.diag + '-'),
342   - 'Message': + (qs.message || '-'),
  341 + 'Diag: ' + (qs.diag || '-'),
  342 + 'Message: ' + (qs.message || '-'),
343 343 'Status: ' + (qs.trx_status || '-'),
344 344 'Balance: ' + (qs.balance || '-'),
345 345 'Harga: ' + (qs.harga || '-')