Commit e90b0bcd08e5b616e1f1a70f5ede72a1a261c00a

Authored by Adhidarma Hadiwinoto
1 parent f1638d5b25
Exists in master

balance check before topup

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

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