Commit 4a2867ea375fb5707c3823103002c7a0aed48cb6
1 parent
2fdc89e3dd
Exists in
master
hapus harga dari pesan balikan
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
partner-scrappingkisel.js
... | ... | @@ -111,7 +111,7 @@ function topupRequest(task) { |
111 | 111 | |
112 | 112 | response_code = '00'; |
113 | 113 | |
114 | - message = 'SN=' + kode_voucher + '; ' + product + ' ' + destination + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher + ' sisa stock: ' + stock + ' unit'; | |
114 | + message = 'SN=' + kode_voucher + '; ' + product + ' ' + destination + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher + ' sisa stock: ' + stock + ' unit'; | |
115 | 115 | } |
116 | 116 | |
117 | 117 | logger.info('Message to AAA: ' + message); |