Subversion Repositories SmartDukaan

Rev

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

Rev 22059 Rev 22452
Line 2264... Line 2264...
2264
	Pmsa getmypmsaprofile(1:string associateEmail)
2264
	Pmsa getmypmsaprofile(1:string associateEmail)
2265
	
2265
	
2266
	bool creditUserWallet(1:i64 userId, 2:i64 amount, 3:double cash_back, 4:string shortDesc)
2266
	bool creditUserWallet(1:i64 userId, 2:i64 amount, 3:double cash_back, 4:string shortDesc)
2267
	
2267
	
2268
	list<RechargeOrder> getPaginatedRechargeOrders(1:i64 userId, 2:i32 offset, 3:i32 limit)
2268
	list<RechargeOrder> getPaginatedRechargeOrders(1:i64 userId, 2:i32 offset, 3:i32 limit)
-
 
2269
	
-
 
2270
	bool markOrderForRegisteredGstInvoice(list<i64> tranasction_ids)
2269
}
2271
}