Commit 59492e3126774a0130f74194d23dd24fb61bb8f7

Authored by Adhidarma Hadiwinoto
1 parent 5a248c92d3
Exists in master

MSISDN not found rc 14

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

... ... @@ -328,6 +328,9 @@ function responseCodeFromMessage(message) {
328 328 else if (message.toLowerCase().indexOf('nomor telepon seluler salah') >= 0) {
329 329 return '14';
330 330 }
  331 + else if (message.indexOf('MSISDN not found') >= 0) {
  332 + return '14';
  333 + }
331 334 else if (message.indexOf('UNKNOWN_NUMBER') >= 0) {
332 335 return '14';
333 336 }