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
4141 5420 d 1 h chandranshu /trunk/ Added support to download payment reconciliation report for a given period  
4008 5436 d 5 h mandeep.dhir /trunk/ Trac#595 Robust handling of Failed payments, COD transactions and delayed orders by CRM. TransacitonService and PaymentService now persist relevant transactions, payments to their own database. Then CRM polls these new tables and processes them (creation of tickets essentially)  
3956 5445 d 0 h chandranshu /trunk/ Added support to upload COD reconciliation report and process it  
3649 5462 d 6 h mandeep.dhir /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Adding comments  
3616 5463 d 7 h chandranshu /trunk/ Added HDFC EMI option  
3583 5465 d 3 h chandranshu /trunk/ Removed individual methods for capturing HDFC and EBS payments from Payment service. Added new class for handling HDFC EMI payments  
3578 5465 d 3 h mandeep.dhir /trunk/ Trac#508 Adding functionality in CRM to help agents reach users that failed to make payments for transactions
Invoking refundOrder and verifyOrder methods in TransactionService (as suggested by Chandranshu)
 
3375 5486 d 6 h rajveer /trunk/ Implemented unimplemented isAlive method.  
3282 5493 d 3 h chandranshu /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Removed unused declarations  
3010 5513 d 7 h chandranshu /trunk/ Capturing payments at the time of accepting orders  
2747 5540 d 6 h chandranshu /trunk/ Added the missing links to create a refund  
2708 5542 d 5 h chandranshu /trunk/ Call the payment service method to capture the payment  
2689 5543 d 5 h chandranshu /trunk/ Added method to create a refund  
2391 5568 d 1 h chandranshu /trunk/PaymentService/ Removed the arbit .out.xml file created by Eclipse  
2291 5577 d 0 h chandranshu /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Added null checks in getPayments calls  
2272 5577 d 13 h rajveer /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Added a null check on attributes  
1946 5603 d 8 h chandranshu /trunk/PaymentService/ Adding first cut of payment service to the SVN