Commit 08a7fd23ee3b2b28fd63b22e8bd37cf21334f42f
1 parent
c690eecaf3
Exists in
master
verbose message to aaa
Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff
partner-scrappingkisel.js
... | ... | @@ -96,6 +96,7 @@ function topupRequest(task) { |
96 | 96 | message = 'SN=' + kode_voucher + '; ' + product + ' ' + destination + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher + ' sisa stock: ' + stock + ' unit'; |
97 | 97 | } |
98 | 98 | |
99 | + console.log('Message to AAA: ' + message); | |
99 | 100 | callbackReport(task['requestId'], response_code, message); |
100 | 101 | }); |
101 | 102 | }); |