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
/
PyProj
/
src
/
shop2020
/
payments
/
impl
/
DataAccessor.py
@ 32905
– Rev 35718
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
35718
13 d 10 h
amit
/trunk/PyProj/src/shop2020/
fix: use session.remove() instead of session.close() to prevent memory leaks in all services
1731
5407 d 18 h
ankur.singhal
/trunk/
optimisation of methods for getting max, min amounts of orders and payments. These methods are used for statistics (Support).
1659
5409 d 21 h
chandranshu
/trunk/PyProj/src/shop2020/payments/impl/
Payment status was not getting set to INIT since the attribute used there was named ps
1657
5409 d 21 h
ankur.singhal
/trunk/PyProj/src/shop2020/payments/impl/
modified max and min payment amount calls to return the amounts of only successful payments.
1627
5410 d 23 h
ankur.singhal
/trunk/PyProj/src/shop2020/
added methods in PaymentsHandler and OrderServiceHandler for getting statistics. (max & min order amount, max & min payment amount, distinct customers who have bought)
1493
5421 d 18 h
vikas
/trunk/PyProj/src/shop2020/
Return all transactions/payments when status passed is None.
1120
5449 d 19 h
rajveer
/trunk/PyProj/src/shop2020/
Added gatewayTxnDate in update payment method. Updated code to update timestamp. Updated code to return zero count if there are no items
859
5477 d 22 h
chandranshu
/trunk/PyProj/src/shop2020/payments/impl/
Corrected a typo
854
5478 d 18 h
rajveer
/trunk/PyProj/src/shop2020/payments/impl/
payment service changes
766
5492 d 17 h
rajveer
/trunk/PyProj/src/shop2020/
Closing all database connection once we finished a call to the service
717
5501 d 23 h
rajveer
/trunk/PyProj/src/shop2020/
minor fixes
701
5504 d 20 h
chandranshu
/trunk/PyProj/src/shop2020/
Implemented all methods of the payment service
420
5659 d 19 h
ashish
/trunk/
payment service