Commit 94ef6ed1af2be60fb04916d2b8a683f2c1a58dbe
1 parent
fd96ee02b5
Exists in
master
91 link provider down
Showing 1 changed file with 4 additions and 0 deletions Side-by-side Diff
partner-scrappingkisel.js
... | ... | @@ -93,6 +93,10 @@ function topupRequest(task) { |
93 | 93 | } else if (message == "Duplicate transaction") { |
94 | 94 | |
95 | 95 | response_code = '55'; |
96 | + | |
97 | + } else if (message == "Link Provider down") { | |
98 | + | |
99 | + response_code = '91'; | |
96 | 100 | |
97 | 101 | } else if (message == "TRANSAKSI SUKSES !!!") { |
98 | 102 | var destination = result.trx_response.msisdn.join(' ').trim(); |