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
4600 5202 d 23 h varun.gupta /trunk/ Vendor Reconciliation Report Generator - v1.0  
4421 5232 d 4 h mandeep.dhir /trunk/ Adding feature for provisional capture of payments
Also, a job to capture payments in background when we come across connection issues
 
4253 5268 d 1 h mandeep.dhir /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Temporary fix to make sure we do not capture payments in parallel for same payment objects  
4141 5300 d 21 h chandranshu /trunk/ Added support to download payment reconciliation report for a given period  
4008 5317 d 1 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 5325 d 20 h chandranshu /trunk/ Added support to upload COD reconciliation report and process it  
3649 5343 d 2 h mandeep.dhir /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Adding comments  
3616 5344 d 3 h chandranshu /trunk/ Added HDFC EMI option  
3583 5345 d 23 h chandranshu /trunk/ Removed individual methods for capturing HDFC and EBS payments from Payment service. Added new class for handling HDFC EMI payments  
3578 5345 d 23 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 5367 d 2 h rajveer /trunk/ Implemented unimplemented isAlive method.  
3282 5373 d 23 h chandranshu /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Removed unused declarations  
3010 5394 d 3 h chandranshu /trunk/ Capturing payments at the time of accepting orders  
2747 5421 d 2 h chandranshu /trunk/ Added the missing links to create a refund  
2708 5423 d 1 h chandranshu /trunk/ Call the payment service method to capture the payment  
2689 5424 d 1 h chandranshu /trunk/ Added method to create a refund  
2391 5448 d 20 h chandranshu /trunk/PaymentService/ Removed the arbit .out.xml file created by Eclipse  
2291 5457 d 20 h chandranshu /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Added null checks in getPayments calls  
2272 5458 d 8 h rajveer /trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/ Added a null check on attributes  
1946 5484 d 4 h chandranshu /trunk/PaymentService/ Adding first cut of payment service to the SVN