Subversion Repositories SmartDukaan

Rev

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

Rev 8269 Rev 8270
Line 285... Line 285...
285
			}
285
			}
286
		}
286
		}
287
 
287
 
288
		HelperClient helperServiceClient;
288
		HelperClient helperServiceClient;
289
		try {
289
		try {
290
			helperServiceClient = new HelperClient();
290
			helperServiceClient = new HelperClient("helper_service_server_host_prod", "helper_service_server_port_prod");
291
			in.shop2020.utils.HelperService.Client client = helperServiceClient.getClient();
291
			in.shop2020.utils.HelperService.Client client = helperServiceClient.getClient();
292
			System.out.print("Email Id List: \n");
292
			System.out.print("Email Id List: \n");
293
			for(int i=0; i<fbaCustomersEmails.size();i++){
293
			for(int i=0; i<fbaCustomersEmails.size();i++){
294
				System.out.print(fbaCustomersEmails.get(i)+"\n");
294
				System.out.print(fbaCustomersEmails.get(i)+"\n");
295
				client.saveUserEmailForSending(Arrays.asList(new String[] {fbaCustomersEmails.get(i)}), emailIdFrom, "Feedback Request", emailBody, "AmazonMFN", "AmazonFeedback", null, Arrays.asList(new String[] {"amit.sirohi@shop2020.in"}), 1);
295
				client.saveUserEmailForSending(Arrays.asList(new String[] {fbaCustomersEmails.get(i)}), emailIdFrom, "Feedback Request", emailBody, "AmazonMFN", "AmazonFeedback", null, Arrays.asList(new String[] {"amit.sirohi@shop2020.in"}), 1);