From 4a2867ea375fb5707c3823103002c7a0aed48cb6 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Thu, 26 Nov 2015 10:48:46 +0700 Subject: [PATCH] hapus harga dari pesan balikan --- partner-scrappingkisel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.9.0