Commit bb387d2ec8b3d290978556c4527714c34af52d27
1 parent
6bebd62673
sn menggunakan kode voucher
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-scrappingkisel.js
... | ... | @@ -91,7 +91,7 @@ function topupRequest(task) { |
91 | 91 | |
92 | 92 | response_code = '00'; |
93 | 93 | |
94 | - message = 'SN=' + ref_num + '; ' + product + ' ' + destination + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher; | |
94 | + message = 'SN=' + kode_voucher + '; ' + product + ' ' + destination + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher; | |
95 | 95 | } |
96 | 96 | |
97 | 97 | callbackReport(task['requestId'], response_code, message); |