Subversion Repositories SmartDukaan

Rev

Rev 7285 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7285 Rev 7363
Line 70... Line 70...
70
 
70
 
71
	public long getWalletBalance(long companyId) throws Exception {
71
	public long getWalletBalance(long companyId) throws Exception {
72
		Client txnClient = (new TransactionClient()).getClient();
72
		Client txnClient = (new TransactionClient()).getClient();
73
		return txnClient.getWalletBalanceForCompany(companyId);
73
		return txnClient.getWalletBalanceForCompany(companyId);
74
	}
74
	}
-
 
75
 
-
 
76
	public long getSaholicRechargeBalance() throws Exception {
-
 
77
		Client txnClient = (new TransactionClient()).getClient();
-
 
78
		return txnClient.getSaholicRechargeBalance();
-
 
79
	}
-
 
80
	
-
 
81
	
75
	
82
	
76
	@Override
83
	@Override
77
	public void setServletRequest(HttpServletRequest request) {
84
	public void setServletRequest(HttpServletRequest request) {
78
		this.request = request;
85
		this.request = request;
79
		this.session = request.getSession();
86
		this.session = request.getSession();