Commit 0af71fbe81d7258ba354d5ff05d6fde6ea4a474d

Authored by Adhidarma Hadiwinoto
1 parent a12a4d7452
Exists in master

typo fixed

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

... ... @@ -109,7 +109,7 @@ function topupResponseHandler(body, request_id) {
109 109  
110 110 console.log(result);
111 111  
112   - request_id = result.datacell.ref_trxid[0].trim():
  112 + request_id = result.datacell.ref_trxid[0].trim();
113 113  
114 114 var response_code = '68';
115 115 var message = result.datacell.message[0].trim();