Commit 44e20fba3a724d68b6a21bbfd5ef9e7688a1b768

Authored by Adhidarma Hadiwinoto
1 parent 23feb712c5
Exists in master

GAGAL NOMER SALAH

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

... ... @@ -92,6 +92,9 @@ function getResponseCodeByMessage(msg) {
92 92 else if (msg.indexOf("GAGAL NOMER SALAH") >= 0) {
93 93 return '14';
94 94 }
  95 + else if (msg.indexOf("GAGAL NOMER SALAH") >= 0) {
  96 + return '14';
  97 + }
95 98 else {
96 99 return '40'
97 100 }