Commit 5889434ad61129b180351433a4d8ea03e3c37f70

Authored by Adhidarma Hadiwinoto
1 parent 1a3693b932
Exists in master

GAGAL NOMER SALAH

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

... ... @@ -190,6 +190,9 @@ function topupRequestXMLRPC(task, retry) {
190 190 else if (value['MESSAGE'].indexOf("gagal Nomer salah/Nomer Belum Aktif") >= 0) {
191 191 value['RESPONSECODE'] = '14';
192 192 }
  193 + else if (value['MESSAGE'].indexOf("GAGAL NOMER SALAH") >= 0) {
  194 + value['RESPONSECODE'] = '14';
  195 + }
193 196 else {
194 197 value['RESPONSECODE'] = '40';
195 198 }