Commit b29f987cc676b5c87ef320c9292b1a58acd3b98b

Authored by Adhidarma Hadiwinoto
1 parent 493c394261
Exists in master

pending trx

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

... ... @@ -106,6 +106,9 @@ function topupResponseHandler(body) {
106 106 message = 'SN=' + sn + '; ' + message;
107 107 rc = '00';
108 108 }
  109 + else if (message.indexOf('PENDING') >= 0) {
  110 + rc = '68';
  111 + }
109 112  
110 113 callbackReport(trxid, rc, message);
111 114 });