Subversion Repositories SmartDukaan

Rev

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

Rev 33357 Rev 33418
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
    public void updateIrnsToInvoices() throws Throwable {
264
    public void updateIrnsToInvoices() throws Throwable {
265
        runOnceTasks.updateIrnsToInvoices();
265
        runOnceTasks.updateIrnsToInvoices();
266
    }
266
    }
267
 
267
 
268
    // No longer needed
268
    // No longer needed