Commit baa4079f1cfc0c4474ae0e15c7673167836f160d

Authored by Adhidarma Hadiwinoto
1 parent 552169d29e
Exists in master

GAGAL. Nomor MSISDN sudah tidak aktif rc 14

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

... ... @@ -163,6 +163,8 @@ function responseCodeFromMessage(message) {
163 163 return '14';
164 164 } else if (message.indexOf('GAGAL. MSISDN tidak ditemukan') >= 0) {
165 165 return '14';
  166 + } else if (message.indexOf('GAGAL. Nomor MSISDN sudah tidak aktif') >= 0) {
  167 + return '14';
166 168 } else if (message.indexOf('GAGAL. Jenis produk ini sedang gangguan.') >= 0) {
167 169 return '13';
168 170 }