Commit b87a0679e5b27f52a49633b33712d2c5b1a07638

Authored by Adhidarma Hadiwinoto
1 parent 89c3ecab54
Exists in master

typo

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

partner-kospinjasa.js
... ... @@ -296,7 +296,7 @@ function billpayment(task, balance) {
296 296 }
297 297  
298 298 topupResponseHandler(task, result, balance, soapClient.lastResponse);
299   - }, , {timeout: 120000, time: true});
  299 + }, {timeout: 120000, time: true});
300 300 });
301 301 }
302 302