diff --git a/partner-scrappingkisel.js b/partner-scrappingkisel.js index 50d0774..ac41c76 100644 --- a/partner-scrappingkisel.js +++ b/partner-scrappingkisel.js @@ -96,6 +96,7 @@ function topupRequest(task) { message = 'SN=' + kode_voucher + '; ' + product + ' ' + destination + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher + ' sisa stock: ' + stock + ' unit'; } + console.log('Message to AAA: ' + message); callbackReport(task['requestId'], response_code, message); }); });