Commit 17c8b568a3e5989cbaa93762732b3f326b9ecd75

Authored by Adhidarma Hadiwinoto
1 parent 559c7e0d04
Exists in master

pending jika tak dapat sn

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

... ... @@ -144,7 +144,8 @@ function topupResponseHandler(body, request_id) {
144 144 if (sn) {
145 145 message = 'SN=' + sn + '; ' + message;
146 146 } else {
147   - message = message + ' - ' + ' Unknown original SN';
  147 + message = 'SN belum didapat. ' + message;
  148 + response_code = '68';
148 149 }
149 150 }
150 151