Commit c22a2bc637a3412f2141bb35b427fb447190c3ed

Authored by Adhidarma Hadiwinoto
1 parent c52b0393b9
Exists in master

trim sn

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

... ... @@ -211,6 +211,8 @@ function createServer() {
211 211 sn = paddingSN(sn, config);
212 212 }
213 213  
  214 + sn = sn.trim();
  215 +
214 216 } else if (qs.topup_status == 'R') {
215 217  
216 218 response_code = '40';