Commit d004bf81a1fdcfe61e786344291313f76e43a49f

Authored by Adhidarma Hadiwinoto
1 parent a07de01048
Exists in master

response code utk duplicate

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

... ... @@ -119,6 +119,8 @@ function topupResponseHandler(body, request_id) {
119 119  
120 120 if (message.indexOf('Nomor tujuan salah') >= 0) {
121 121 response_code = '14';
  122 + } else if (message.indexOf('*GAGAL, transaksi yang sama sudah ada dalam 10 menit') >= 0) {
  123 + response_code = '55';
122 124 }
123 125 }
124 126