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
6228 4990 d 21 h anupam.singh /trunk/ We now ask for address only when payment > rs.1000. For lower amount payments we would only ask for phone number.  
6050 5013 d 3 h anupam.singh /trunk/ Create Recharge.  
3583 5364 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  
3561 5365 d 2 h rajveer /trunk/Website/src/main/ Support to display different prices for different sources.  
3126 5404 d 23 h rajveer /trunk/Website/src/main/java/in/shop2020/serving/ Side effect of name changing of clients.  
3010 5412 d 7 h chandranshu /trunk/ Capturing payments at the time of accepting orders  
2818 5433 d 4 h chandranshu /trunk/Website/src/main/java/in/shop2020/serving/services/ Removed commented out code  
2758 5438 d 4 h chandranshu /trunk/Website/src/main/java/in/shop2020/serving/services/ Moved payment initialization to Payment Service as well  
2707 5441 d 5 h chandranshu /trunk/Website/src/main/java/in/shop2020/serving/services/ Call the payment service method to capture the payment  
2692 5442 d 5 h rajveer /trunk/Website/src/main/java/in/shop2020/serving/ Removed parameter from hdfcpay error url to enable it to initialize the payment. Also added check in payerror controller to ckeck for the returned parameters  
2586 5452 d 23 h rajveer /trunk/Website/src/main/java/in/shop2020/serving/services/ Added paymentid as part of error url.  
2334 5470 d 7 h chandranshu /trunk/Website/ Split HDFC purchase into auth and capture  
2199 5482 d 5 h chandranshu /trunk/Website/src/main/ Visa Electron users will be taken to HDFC gateway now. In case payment initialization fails with HDFC, it'll be processed through EBS.  
2159 5484 d 3 h chandranshu /trunk/Website/src/main/ Added facility to select payment method on our site  
1959 5502 d 0 h chandranshu /trunk/Website/src/main/java/in/shop2020/serving/services/ Added system property to ensure that HDFC payments don't fail after EBS payments. Replaced deprecated method calls with more appropriate ones. Removed unused imports.  
1905 5508 d 0 h chandranshu /trunk/Website/src/main/ EBS Payment service integration  
1318 5551 d 1 h rajveer /trunk/Website/src/main/ Moved hdfcpayment service from controller to Service class