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
4008 5321 d 10 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 5330 d 5 h chandranshu /trunk/ Added support to upload COD reconciliation report and process it  
3649 5347 d 11 h mandeep.dhir /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Adding comments  
3616 5348 d 12 h chandranshu /trunk/ Added HDFC EMI option  
3583 5350 d 8 h chandranshu /trunk/ Removed individual methods for capturing HDFC and EBS payments from Payment service. Added new class for handling HDFC EMI payments  
3578 5350 d 8 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 5371 d 11 h rajveer /trunk/ Implemented unimplemented isAlive method.  
3282 5378 d 8 h chandranshu /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Removed unused declarations  
3010 5398 d 12 h chandranshu /trunk/ Capturing payments at the time of accepting orders  
2747 5425 d 11 h chandranshu /trunk/ Added the missing links to create a refund  
2708 5427 d 10 h chandranshu /trunk/ Call the payment service method to capture the payment  
2689 5428 d 10 h chandranshu /trunk/ Added method to create a refund  
2391 5453 d 6 h chandranshu /trunk/PaymentService/ Removed the arbit .out.xml file created by Eclipse  
2291 5462 d 5 h chandranshu /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Added null checks in getPayments calls  
2272 5462 d 18 h rajveer /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Added a null check on attributes  
1946 5488 d 13 h chandranshu /trunk/PaymentService/ Adding first cut of payment service to the SVN