Subversion Repositories SmartDukaan

Rev

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

Rev 1905 Rev 2046
Line 24... Line 24...
24
		try {
24
		try {
25
			accountId = ConfigClient.getClient().get("ebs_account_id");
25
			accountId = ConfigClient.getClient().get("ebs_account_id");
26
			returnUrl = ConfigClient.getClient().get("ebs_return_url");
26
			returnUrl = ConfigClient.getClient().get("ebs_return_url");
27
			mode = ConfigClient.getClient().get("ebs_pay_mode");
27
			mode = ConfigClient.getClient().get("ebs_pay_mode");
28
		} catch (ConfigException e) {
28
		} catch (ConfigException e) {
-
 
29
			mode = "LIVE";
29
			log.error("Unable to get EBS payment configuration.");
30
			log.error("Unable to get EBS payment configuration.");
30
		}
31
		}
31
	}
32
	}
32
	
33
	
33
	private String id;
34
	private String id;