diff --git a/partner-scrappingkisel.js b/partner-scrappingkisel.js index 09f0cb9..b548863 100644 --- a/partner-scrappingkisel.js +++ b/partner-scrappingkisel.js @@ -111,7 +111,7 @@ function topupRequest(task) { response_code = '00'; - message = 'SN=' + kode_voucher + '; ' + product + ' ' + destination + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher + ' sisa stock: ' + stock + ' unit'; + message = 'SN=' + kode_voucher + '; ' + product + ' ' + destination + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher + ' sisa stock: ' + stock + ' unit'; } logger.info('Message to AAA: ' + message);