Subversion Repositories SmartDukaan

Rev

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

Rev 31618 Rev 31648
Line 880... Line 880...
880
		if (args.containsOption("userMobileNumberOptIn")) {
880
		if (args.containsOption("userMobileNumberOptIn")) {
881
			scheduledTasks.userMobileNumberOptIn();
881
			scheduledTasks.userMobileNumberOptIn();
882
			System.exit(0);
882
			System.exit(0);
883
		}
883
		}
884
 
884
 
-
 
885
		if (args.containsOption("fetchParnterStats")) {
-
 
886
			scheduledTasks.fetchParnterStats();
-
 
887
			System.exit(0);
-
 
888
		}
-
 
889
 
885
		if (args.containsOption("authUserMobileNumberOptIn")) {
890
		if (args.containsOption("authUserMobileNumberOptIn")) {
886
			scheduledTasks.authUserMobileNumberOptIn();
891
			scheduledTasks.authUserMobileNumberOptIn();
887
			System.exit(0);
892
			System.exit(0);
888
		}
893
		}
889
		if (args.containsOption("morning")) {
894
		if (args.containsOption("morning")) {