Commit 559c7e0d0447cb50a1b5e9fd9a9ef194b7f67aa4

Authored by Adhidarma Hadiwinoto
1 parent e90b0bcd08
Exists in master

disable balance check

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

... ... @@ -48,7 +48,7 @@ function createPayload(task) {
48 48 }
49 49  
50 50 function topupRequest(task, retry) {
51   - balanceCheck();
  51 + //balanceCheck();
52 52  
53 53 var payload_xml = createPayload(task);
54 54 //console.log(payload_xml);