BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
/
trunk
/
Website
/
src
/
main
/
java
/
in
/
shop2020
/
serving
/
services
/
EbsPaymentService.java
@ 15134
– Rev 20278
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
20278
3489 d 10 h
aman.kumar
/trunk/
Activating Payu option for Credit card, Debit Card and Netbanking. Change in EMI schemes. Addition of American Express Card in Credit Card section and RuPay Card in Debit Card Section. Removal of Credit Card Outside India Option in Mobilesite
8942
4470 d 11 h
rajveer
/trunk/
Made changes as per new EMI guidelines of RBI.
6390
4839 d 4 h
rajveer
/trunk/Website/src/main/java/in/shop2020/serving/
Added basic infrastructure for EMI services.
6050
4903 d 8 h
anupam.singh
/trunk/
Create Recharge.
3583
5254 d 7 h
chandranshu
/trunk/
Removed individual methods for capturing HDFC and EBS payments from Payment service. Added new class for handling HDFC EMI payments
3561
5255 d 7 h
rajveer
/trunk/Website/src/main/
Support to display different prices for different sources.
3126
5295 d 3 h
rajveer
/trunk/Website/src/main/java/in/shop2020/serving/
Side effect of name changing of clients.
2907
5316 d 4 h
rajveer
/trunk/Website/
Moved UserSessionInfo from session to cookie. A new cookie called uic will be created.
2899
5316 d 8 h
chandranshu
/trunk/
Modified the test-setup script to use the payment_test database
2708
5331 d 9 h
chandranshu
/trunk/
Call the payment service method to capture the payment
2334
5360 d 12 h
chandranshu
/trunk/Website/
Split HDFC purchase into auth and capture
2199
5372 d 9 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
5374 d 8 h
chandranshu
/trunk/Website/src/main/
Added facility to select payment method on our site
2118
5379 d 8 h
chandranshu
/trunk/Website/src/main/
Incorporated code review comments from Rajveer
1959
5392 d 5 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
5398 d 5 h
chandranshu
/trunk/Website/src/main/
EBS Payment service integration