Subversion Repositories SmartDukaan

Rev

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

Rev 33464 Rev 33640
Line 258... Line 258...
258
        propertiesDetails.put("checkRazorPayPaymentStatus", "1");
258
        propertiesDetails.put("checkRazorPayPaymentStatus", "1");
259
        writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
259
        writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
260
 
260
 
261
    }
261
    }
262
 
262
 
263
    @Scheduled(fixedDelay = 2*1000)
263
    //@Scheduled(fixedDelay = 2*1000)
264
    //@Scheduled(cron = "0 5 23 * * *")
264
    //@Scheduled(cron = "0 5 23 * * *")
265
    public void updateIrnsToInvoices() throws Throwable {
265
    public void updateIrnsToInvoices() throws Throwable {
266
        runOnceTasks.updateIrnsToInvoices();
266
        runOnceTasks.updateIrnsToInvoices();
267
    }
267
    }
268
 
268