Subversion Repositories SmartDukaan

Rev

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

Rev 30049 Rev 30321
Line 247... Line 247...
247
		propertiesDetails.put("checkRazorPayPaymentStatus", "1");
247
		propertiesDetails.put("checkRazorPayPaymentStatus", "1");
248
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
248
		writeToPropertiesFile.saveParamChanges(propertiesDetails, nagiosCronPropertiesFile);
249
 
249
 
250
	}
250
	}
251
 
251
 
-
 
252
	@Scheduled(cron = "0 */15 * * * *")
-
 
253
	public void updateIrnsToInvoices() throws Throwable {
-
 
254
 
-
 
255
		runOnceTasks.updateIrnsToInvoices();
-
 
256
	}
-
 
257
 
252
	@Scheduled(cron = "0 */10 * * * *")
258
	@Scheduled(cron = "0 */10 * * * *")
253
	public void attachToffeeInvoices() throws Throwable {
259
	public void attachToffeeInvoices() throws Throwable {
254
 
260
 
255
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
261
		LinkedHashMap<String, String> propertiesDetails = new LinkedHashMap<>();
256
		propertiesDetails.put("attachToffeeInvoices", "0");
262
		propertiesDetails.put("attachToffeeInvoices", "0");