diff --git a/partner-scrappingkisel.js b/partner-scrappingkisel.js
index efabdc2..2e036a9 100644
--- a/partner-scrappingkisel.js
+++ b/partner-scrappingkisel.js
@@ -100,6 +100,7 @@ function topupRequest(task) {
 
             } else if (message == "TRANSAKSI SUKSES !!!") {
                 var destination = result.trx_response.msisdn.join(' ').trim();
+                destination = destination.replace(' - ', '');
                 var product = result.trx_response.product.join(' ').trim();
                 var ref_num = result.trx_response.ref_num.join(' ').trim();
                 var harga = result.trx_response.harga.join(' ').trim();