Commit 4c30a767ad2edb6eb4908c09ef2bef8f42dad7d0

Authored by Adhidarma Hadiwinoto
1 parent dca20e5307
Exists in master

sementara sukses jadi 68

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

partner-trustlink.js
... ... @@ -150,10 +150,12 @@ function directResponseHandler(body, task) {
150 150  
151 151 if (status == '0') {
152 152 if (message.indexOf('SUKSES') >= 0) {
  153 + /*
153 154 var sn = getSNFromMessage(message);
154 155 message = 'SN=' + sn + '; ' + message;
  156 + */
155 157  
156   - response_code = '00';
  158 + response_code = '68';
157 159 }
158 160 else if (message.indexOf('GAGAL') >= 0) {
159 161 response_code = '40';