Commit c548d3223378b8b20530ac4bf2d78caa97ee4c03

Authored by Adhidarma Hadiwinoto
1 parent 4dbd28377b
Exists in master

quickfix typo

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

lib/reverse-report.js
... ... @@ -39,7 +39,7 @@ function create() {
39 39 trx_id: value.REQUESTID,
40 40 rc: partnerRc[value.RESPONSECODE] || '40',
41 41 //message: value.MESSAGE,
42   - message: 'topUpReport: ' + stringify(value);
  42 + message: 'topUpReport: ' + stringify(value),
43 43 sn: (value.SN || '').replace(/;$/, '') || st24.extractSnFromMessage(value.MESSAGE),
44 44 amount: value.PRICE || st24.extractPriceFromMsg(value.MESSAGE),
45 45 balance: st24.extractBalanceFromMsg(value.MESSAGE, config.balance_pattern),