Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
716 5662 d 5 h rajveer /trunk/PyProj/src/shop2020/ changed itemid from string to in. order status changes and cart bug fixes.  
702 5662 d 7 h chandranshu /trunk/PyProj/src/shop2020/model/v1/user/impl/ changed sku_id in lineItem to item_id  
691 5663 d 2 h chandranshu /trunk/PyProj/src/shop2020/model/v1/user/impl/ Implemented checkout and resetCart methods  
690 5663 d 2 h chandranshu /trunk/PyProj/src/shop2020/ Changed the logic of creating orders for a cart. Started updating the status of orders when the payment is received  
685 5663 d 3 h chandranshu /trunk/PyProj/src/shop2020/ Changes corresponding to changes in the Order service structs  
669 5664 d 2 h chandranshu /trunk/PyProj/src/shop2020/ Changed for printing the invoice  
643 5665 d 2 h chandranshu /trunk/PyProj/src/shop2020/model/v1/ Started using the natural primary key of cart and item ids for a line item. Changed a check in catalog service to check for null values rather than false values.  
636 5666 d 2 h rajveer /trunk/PyProj/src/shop2020/model/v1/user/impl/ changes for item id  
612 5672 d 3 h chandranshu /trunk/PyProj/src/shop2020/ Added support for estimate of line items rather than that of the whole cart.  
576 5678 d 8 h chandranshu /trunk/PyProj/src/shop2020/ Added cart validation method. Needed to change some other services as well.  
563 5680 d 6 h chandranshu /trunk/PyProj/src/shop2020/ Added validation rule to check if an item currently in the cart is active  
557 5680 d 7 h chandranshu /trunk/PyProj/src/shop2020/model/v1/user/impl/ Combined User, Cart and Widget service