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