Commit 12fefbf359d96e7747cf4598d54106a54e2dcd6a

Authored by Adhidarma Hadiwinoto
1 parent b16c1c9402
Exists in master

resendDelay pakai checkStatus

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

... ... @@ -43,9 +43,8 @@ function start(options) {
43 43  
44 44 resendDelay.init({
45 45 config: config,
46   - topupRequest: topupRequest,
47   - logger: logger,
48   - topupRequest: checkStatus
  46 + topupRequest: checkStatus,
  47 + logger: logger
49 48 });
50 49  
51 50 taskHistory.init(options);