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
743 5656 d 12 h rajveer /trunk/PyProj/src/shop2020/ Logistic provider addition to order, code moved to OrderService.  
738 5657 d 7 h chandranshu /trunk/PyProj/src/ Removed the unnecessary and unintuitive usage of get_c_status and get_t_status for order and txn statuses. Added support for the second address line  
717 5658 d 15 h rajveer /trunk/PyProj/src/shop2020/ minor fixes  
716 5661 d 10 h rajveer /trunk/PyProj/src/shop2020/ changed itemid from string to in. order status changes and cart bug fixes.  
702 5661 d 12 h chandranshu /trunk/PyProj/src/shop2020/model/v1/user/impl/ changed sku_id in lineItem to item_id  
691 5662 d 7 h chandranshu /trunk/PyProj/src/shop2020/model/v1/user/impl/ Implemented checkout and resetCart methods  
690 5662 d 8 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 5662 d 9 h chandranshu /trunk/PyProj/src/shop2020/ Changes corresponding to changes in the Order service structs  
669 5663 d 8 h chandranshu /trunk/PyProj/src/shop2020/ Changed for printing the invoice  
643 5664 d 8 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 5665 d 7 h rajveer /trunk/PyProj/src/shop2020/model/v1/user/impl/ changes for item id  
612 5671 d 9 h chandranshu /trunk/PyProj/src/shop2020/ Added support for estimate of line items rather than that of the whole cart.  
576 5677 d 14 h chandranshu /trunk/PyProj/src/shop2020/ Added cart validation method. Needed to change some other services as well.  
563 5679 d 12 h chandranshu /trunk/PyProj/src/shop2020/ Added validation rule to check if an item currently in the cart is active  
557 5679 d 13 h chandranshu /trunk/PyProj/src/shop2020/model/v1/user/impl/ Combined User, Cart and Widget service