Subversion Repositories SmartDukaan

Rev

Rev 13010 | Rev 13046 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13010 Rev 13013
Line 30... Line 30...
30
 
30
 
31
    function hideCountDown() {
31
    function hideCountDown() {
32
      $('#countdown').hide();
32
      $('#countdown').hide();
33
      jQuery.ajax({
33
      jQuery.ajax({
34
        type: "GET",
34
        type: "GET",
35
        url: "/recharge-status?rechargeOrderId=<?php echo substr($recharge_orderconfirmation[0]->response->rechargeDisplayId,4);?>&isFinal=true",
35
        url: "/recharge-status?rechargeOrderId=<?php echo substr($recharge_orderconfirmation[0]->response->rechargeDisplayId,4);?>&finalCall=true",
36
        success: function(response) {},
36
        success: function(response) {},
37
        error: function() {}
37
        error: function() {}
38
      });
38
      });
39
      window.setTimeout(reload, 5000);
39
      window.setTimeout(reload, 5000);
40
    }
40
    }