Subversion Repositories SmartDukaan

Rev

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

Rev 4494 Rev 4668
Line 520... Line 520...
520
	i64 getCartsWithCouponCount(1:string couponCode),
520
	i64 getCartsWithCouponCount(1:string couponCode),
521
 
521
 
522
	/**
522
	/**
523
	 * Updates COD trust level of a user
523
	 * Updates COD trust level of a user
524
	 */
524
	 */
525
	oneway void increaseTrustLevel(1:i64 userId, 2:double trustLevelDelta)
525
	oneway void increaseTrustLevel(1:i64 userId, 2:double trustLevelDelta),
-
 
526
	
-
 
527
	/**
-
 
528
	 * Returns true/false depending on wether COD is allowed for a cart or not
-
 
529
	 */
-
 
530
	bool showCODOption(1:i64 cartId, 2:i64 sourceId, 3:string pincode)
526
}
531
}
527
532