Commit 4bab25b5940df293141215aa38f3bedf994daf74
1 parent
98bdf8fbf9
Exists in
master
GAGAL. Nomor telpon tidak valid = rc14
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
partner-trugee.js
... | ... | @@ -161,6 +161,8 @@ function responseCodeFromMessage(message) { |
161 | 161 | return '14'; |
162 | 162 | } else if (message.indexOf('GAGAL. Nomor telp salah.') >= 0) { |
163 | 163 | return '14'; |
164 | + } else if (message.indexOf('GAGAL. Nomor telpon tidak valid') >= 0) { | |
165 | + return '14'; | |
164 | 166 | } else if (message.indexOf('GAGAL. MSISDN tidak ditemukan') >= 0) { |
165 | 167 | return '14'; |
166 | 168 | } else if (message.indexOf('GAGAL. Nomor MSISDN sudah tidak aktif') >= 0) { |