Subversion Repositories SmartDukaan

Rev

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

Rev 21134 Rev 21364
Line 2245... Line 2245...
2245
	
2245
	
2246
	list<i64> getStatsForAssociates(1:string associateEmail)
2246
	list<i64> getStatsForAssociates(1:string associateEmail)
2247
	
2247
	
2248
	Pmsa getmypmsaprofile(1:string associateEmail)
2248
	Pmsa getmypmsaprofile(1:string associateEmail)
2249
	
2249
	
2250
	bool creditUserWallet(1:i64 userId, 2:i64 amount)
2250
	bool creditUserWallet(1:i64 userId, 2:i64 amount, 3:double cash_back)
2251
}
2251
}