Subversion Repositories SmartDukaan

Rev

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

Rev 22452 Rev 22749
Line 2266... Line 2266...
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
	
2269
	
2270
	bool markOrderForRegisteredGstInvoice(list<i64> tranasction_ids)
2270
	bool markOrderForRegisteredGstInvoice(list<i64> tranasction_ids)
-
 
2271
	
-
 
2272
	bool isShipmentCod(1:i64 logisticsTransactionId)
2271
}
2273
}