Subversion Repositories SmartDukaan

Rev

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

Rev 30390 Rev 30401
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 * * * *")
252
	@Scheduled(fixedDelay = 30 * 60 * 1000)
253
	public void updateIrnsToInvoices() throws Throwable {
253
	public void updateIrnsToInvoices() throws Throwable {
254
 
254
 
255
		runOnceTasks.updateIrnsToInvoices();
255
		runOnceTasks.updateIrnsToInvoices();
256
	}
256
	}
257
 
257