Subversion Repositories SmartDukaan

Rev

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

Rev 5553 Rev 5623
Line 481... Line 481...
481
	
481
	
482
	/**
482
	/**
483
	 * Returns true/false depending on wether COD is allowed for a cart or not
483
	 * Returns true/false depending on wether COD is allowed for a cart or not
484
	 */
484
	 */
485
	bool showCODOption(1:i64 cartId, 2:i64 sourceId, 3:string pincode)
485
	bool showCODOption(1:i64 cartId, 2:i64 sourceId, 3:string pincode)
-
 
486
	
-
 
487
	/**
-
 
488
	 * Get email addresses for users activated within a given date range
-
 
489
	 */
-
 
490
	list<string> getUserEmails(1:i64 startDate, 2:i64 endDate)
486
}
491
}
487
492