Subversion Repositories SmartDukaan

Rev

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

Rev 3499 Rev 3530
Line 493... Line 493...
493
	i64 getCartsWithCouponCount(1:string couponCode),
493
	i64 getCartsWithCouponCount(1:string couponCode),
494
 
494
 
495
	/**
495
	/**
496
	 * Updates COD trust level of a user
496
	 * Updates COD trust level of a user
497
	 */
497
	 */
498
	void increaseTrustLevel(1:i64 userId, 2:double trustLevelDelta)
498
	oneway void increaseTrustLevel(1:i64 userId, 2:double trustLevelDelta)
499
}
499
}
500
500