Commit e59497a37611a5d494314e343597d21532e79756

Authored by Adhidarma Hadiwinoto
1 parent a9ce757fc8
Exists in master

gabungkan destination

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

partner-scrappingkisel.js
... ... @@ -100,6 +100,7 @@ function topupRequest(task) {
100 100  
101 101 } else if (message == "TRANSAKSI SUKSES !!!") {
102 102 var destination = result.trx_response.msisdn.join(' ').trim();
  103 + destination = destination.replace(' - ', '');
103 104 var product = result.trx_response.product.join(' ').trim();
104 105 var ref_num = result.trx_response.ref_num.join(' ').trim();
105 106 var harga = result.trx_response.harga.join(' ').trim();