Subversion Repositories SmartDukaan

Rev

Rev 22715 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22715 Rev 23839
Line 545... Line 545...
545
	*/
545
	*/
546
	bool checkOut(1:i64 cartId) throws (1:ShoppingCartException scex),
546
	bool checkOut(1:i64 cartId) throws (1:ShoppingCartException scex),
547
	
547
	
548
	/**
548
	/**
549
	 The second parameter is a map of item ids and their quantities which have been successfully processed.
549
	 The second parameter is a map of item ids and their quantities which have been successfully processed.
550
	 This methods removes the specified quantiry of the specified item from the cart.
550
	 This methods removes the specified quantity of the specified item from the cart.
551
	 */
551
	 */
552
	bool resetCart(1:i64 cartId, 2:map<i64, double> items) throws (1:ShoppingCartException scex),
552
	bool resetCart(1:i64 cartId, 2:map<i64, double> items) throws (1:ShoppingCartException scex),
553
 
553
 
554
	
554
	
555
	/**
555
	/**