Subversion Repositories SmartDukaan

Rev

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

Rev 28231 Rev 28377
Line 97... Line 97...
97
	@Scheduled(cron = "0 */5 * * * *")
97
	@Scheduled(cron = "0 */5 * * * *")
98
	public void sendNotification() throws Throwable {
98
	public void sendNotification() throws Throwable {
99
		scheduledTasks.sendNotification();
99
		scheduledTasks.sendNotification();
100
	}
100
	}
101
 
101
 
-
 
102
	@Scheduled(cron = "0 */15 * * * *")
-
 
103
	public void checkRazorPayPaymentStatus() throws Throwable {
-
 
104
		scheduledTasks.checkRazorPayPaymentStatus();
-
 
105
	}
-
 
106
 
102
	@Scheduled(cron = "0 */10 * * * *")
107
	@Scheduled(cron = "0 */10 * * * *")
103
	public void attachToffeeInvoices() throws Throwable {
108
	public void attachToffeeInvoices() throws Throwable {
104
		scheduledTasks.attachToffeeInvoices();
109
		scheduledTasks.attachToffeeInvoices();
105
	}
110
	}
106
 
111