Commit c2c05bde0ea0f70c9507a161299b2c983334dc1a

Authored by Adhidarma Hadiwinoto
1 parent 0d6685f0a8
Exists in master

Nomer salah/Nomer Belum Aktif resposecode 14

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

... ... @@ -187,6 +187,9 @@ function topupRequestXMLRPC(task, retry) {
187 187 if (value['MESSAGE'].indexOf("Trx XL-AXIS NO SALAH") >= 0) {
188 188 value['RESPONSECODE'] = '14';
189 189 }
  190 + else if (value['MESSAGE'].indexOf("Nomer salah/Nomer Belum Aktif") >= 0) {
  191 + value['RESPONSECODE'] = '14';
  192 + }
190 193 else {
191 194 value['RESPONSECODE'] = '40';
192 195 }