Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35718 85 d 18 h amit /trunk/PyProj/src/shop2020/ fix: use session.remove() instead of session.close() to prevent memory leaks in all services  
1731 5480 d 2 h ankur.singhal /trunk/ optimisation of methods for getting max, min amounts of orders and payments. These methods are used for statistics (Support).  
1659 5482 d 4 h chandranshu /trunk/PyProj/src/shop2020/payments/impl/ Payment status was not getting set to INIT since the attribute used there was named ps  
1657 5482 d 5 h ankur.singhal /trunk/PyProj/src/shop2020/payments/impl/ modified max and min payment amount calls to return the amounts of only successful payments.  
1627 5483 d 7 h ankur.singhal /trunk/PyProj/src/shop2020/ added methods in PaymentsHandler and OrderServiceHandler for getting statistics. (max & min order amount, max & min payment amount, distinct customers who have bought)  
1493 5494 d 1 h vikas /trunk/PyProj/src/shop2020/ Return all transactions/payments when status passed is None.  
1120 5522 d 3 h rajveer /trunk/PyProj/src/shop2020/ Added gatewayTxnDate in update payment method. Updated code to update timestamp. Updated code to return zero count if there are no items  
859 5550 d 6 h chandranshu /trunk/PyProj/src/shop2020/payments/impl/ Corrected a typo  
854 5551 d 1 h rajveer /trunk/PyProj/src/shop2020/payments/impl/ payment service changes  
766 5565 d 0 h rajveer /trunk/PyProj/src/shop2020/ Closing all database connection once we finished a call to the service  
717 5574 d 7 h rajveer /trunk/PyProj/src/shop2020/ minor fixes  
701 5577 d 4 h chandranshu /trunk/PyProj/src/shop2020/ Implemented all methods of the payment service  
420 5732 d 3 h ashish /trunk/ payment service