Commit b9fbf8caea3e45c6cfbd7108737d0acd06787306
1 parent
0aafc75582
Exists in
master
perbaikan
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
lib/partner.js
... | ... | @@ -145,7 +145,7 @@ function _topUpInquiry(task) { |
145 | 145 | |
146 | 146 | report({ |
147 | 147 | trx_id: task.trx_id, |
148 | - rc: rc: komodoRc(value[RESPONSECODE_TAG]) || '40', | |
148 | + rc: komodoRc(value[RESPONSECODE_TAG]) || '40', | |
149 | 149 | message: stringify(value), |
150 | 150 | sn: (value.SN || '').replace(/;$/, '') || st24.extractSnFromMessage(value.MESSAGE, config.sn_pattern), |
151 | 151 | amount: value.PRICE || st24.extractPriceFromMsg(value.MESSAGE, config.amount_pattern), |