Commit 23f71bcad70f0d256268ac7eaeed5e10bbe9a2f8

Authored by Adhidarma Hadiwinoto
1 parent 281fa7640c
Exists in master

pending in uppercase

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

... ... @@ -125,7 +125,7 @@ function topupResponseHandler(body) {
125 125 return;
126 126 }
127 127  
128   - if (message.indexOf('PENDING') >= 0) {
  128 + if (message.toUpperCase().indexOf('PENDING') >= 0) {
129 129 rc = '68';
130 130 }
131 131 else if (hasSuccessKeywords(message)) {