diff --git a/partner-scrappingkisel.js b/partner-scrappingkisel.js index ad77f06..19e0fc4 100644 --- a/partner-scrappingkisel.js +++ b/partner-scrappingkisel.js @@ -87,7 +87,7 @@ function topupRequest(task) { response_code = '00'; - message = 'SN=' + ref_num + '; ' + product + ' ' + msisdn + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher; + message = 'SN=' + ref_num + '; ' + product + ' ' + destination + ' ' + harga + ' ref_num: ' + ref_num + ' kode_voucher: ' + kode_voucher; } callbackReport(task['requestId'], response_code, message);