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
/
DataService.py
– Rev 2747
Rev
Hide 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
Changes
2747
5286 d 6 h
chandranshu
/trunk/
Added the missing links to create a refund
/trunk/PaymentService/src/main/java/in/shop2020/payment/domain/Refund.java
/trunk/PaymentService/src/main/java/in/shop2020/payment/domain/RefundAttribute.java
/trunk/PaymentService/src/main/java/in/shop2020/payment/handler/RefundHandler.java
/trunk/PaymentService/src/main/java/in/shop2020/payment/persistence/RefundMapper.java
/trunk/PaymentService/src/main/resources/in/shop2020/payment/persistence/RefundMapper.xml
/trunk/PyProj/src/shop2020/clients/PaymentClient.py
/trunk/ThriftConfig/src/main/java/in/shop2020/payments/Refund.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/InboxPresenterImpl.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/OrderDetails.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/client/inbox/RejectReasonBox.java
/trunk/HotspotDashboard/src/main/java/in/shop2020/hotspot/dashbaord/server/handler/RejectOrderHandler.java
/trunk/PaymentService/src/main/java/in/shop2020/payment/service/handler/PaymentServiceHandler.java
/trunk/PaymentService/src/main/resources/mybatis-config.xml
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/UserDataAccessors.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/ttypes.py
/trunk/ThriftConfig/src/main/java/in/shop2020/payments/PaymentService.java
/trunk/ThriftGen/thriftsrc/PaymentService/PaymentService.thrift
1248
5401 d 6 h
chandranshu
/trunk/PyProj/src/shop2020/
Made database name a configurable parameter for Payment, Logistics and Helper service to ensure that test and development databases can be different
/trunk/PyProj/src/shop2020/helpers/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/helpers/impl/DataService.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServer.py
/trunk/PyProj/src/shop2020/helpers/impl/HelperServiceHandler.py
/trunk/PyProj/src/shop2020/logistics/service/LogisticsServer.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataService.py
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/payments/PaymentsServer.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
1131
5412 d 0 h
chandranshu
/trunk/PyProj/src/shop2020/
Added pool_recycle parameter to the create_engine call
/trunk/PyProj/src/shop2020/helpers/impl/DataService.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
1130
5412 d 0 h
rajveer
/trunk/PyProj/src/shop2020/payments/impl/
modified size of the description column to 200
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
746
5461 d 6 h
rajveer
/trunk/PyProj/src/shop2020/
support mysql added for mysql
/trunk/PyProj/src/shop2020/helpers/impl/DataService.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataService.py
/trunk/PyProj/src/shop2020/logistics/service/impl/LogisticsServiceHandler.py
/trunk/PyProj/src/shop2020/model/v1/catalog/impl/DataService.py
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataService.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/Dataservice.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
743
5462 d 3 h
rajveer
/trunk/PyProj/src/shop2020/
Logistic provider addition to order, code moved to OrderService.
/trunk/PyProj/src/shop2020/model/v1/order/impl/DataAccessors.py
/trunk/PyProj/src/shop2020/model/v1/user/impl/CartDataAccessors.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
703
5467 d 4 h
chandranshu
/trunk/PyProj/src/shop2020/payments/impl/
Removed some extraneous commas from the data service
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
701
5467 d 4 h
chandranshu
/trunk/PyProj/src/shop2020/
Implemented all methods of the payment service
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/payments/impl/converters.py
/trunk/PyProj/src/shop2020/thriftpy/payments/ttypes.py
420
5622 d 3 h
ashish
/trunk/
payment service
/trunk/Common/src/in/shop2020/thrift/clients/PaymentServiceClient.java
/trunk/PyProj/src/shop2020/payments
/trunk/PyProj/src/shop2020/payments/PaymentsServer.py
/trunk/PyProj/src/shop2020/payments/__init__.py
/trunk/PyProj/src/shop2020/payments/impl
/trunk/PyProj/src/shop2020/payments/impl/DataAccessor.py
/trunk/PyProj/src/shop2020/payments/impl/DataService.py
/trunk/PyProj/src/shop2020/payments/impl/PaymentsHandler.py
/trunk/PyProj/src/shop2020/payments/impl/__init__.py
/trunk/PyProj/src/shop2020/payments/impl/converters.py
/trunk/PyProj/src/shop2020/payments/test
/trunk/PyProj/src/shop2020/payments/test/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/payments
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService-remote
/trunk/PyProj/src/shop2020/thriftpy/payments/PaymentService.py
/trunk/PyProj/src/shop2020/thriftpy/payments/__init__.py
/trunk/PyProj/src/shop2020/thriftpy/payments/constants.py
/trunk/PyProj/src/shop2020/thriftpy/payments/ttypes.py
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentGatewayStatus.java
/trunk/Common/conf/shop2020.cfg
/trunk/Common/src/in/shop2020/utils/ConfigClientKeys.java
/trunk/ThriftConfig/src/in/shop2020/payments/Payment.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentGateway.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentRequest.java
/trunk/ThriftConfig/src/in/shop2020/payments/PaymentService.java
/trunk/ThriftGen/thriftsrc/PaymentService/PaymentService.thrift