Commit b559dae410671b6229856fcf19cb14325680e2d7
1 parent
1fbaf7928a
Exists in
master
change destination from msisdn
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-scrappingkisel.js
... | ... | @@ -87,7 +87,7 @@ function topupRequest(task) { |
87 | 87 | |
88 | 88 | response_code = '00'; |
89 | 89 | |
90 | - message = 'SN=' + ref_num + '; ' + product + ' ' + msisdn + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher; | |
90 | + message = 'SN=' + ref_num + '; ' + product + ' ' + destination + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher; | |
91 | 91 | } |
92 | 92 | |
93 | 93 | callbackReport(task['requestId'], response_code, message); |