From e59497a37611a5d494314e343597d21532e79756 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Mon, 14 Sep 2015 13:31:25 +0700
Subject: [PATCH] gabungkan destination

---
 partner-scrappingkisel.js | 1 +
 1 file changed, 1 insertion(+)

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();
-- 
1.9.0