| 36625 |
60 d 3 h |
amit |
/trunk/profitmandi-web/ |
Thrift cleanup: remove ThriftConfig from settings, clean dead Thrift code
- Removed ThriftConfig from settings.gradle
- LivePricingController: removed DtrClient RPC calls and Thrift imports
- RetailerController: replaced Thrift StateInfo with DAO State lookup
- TrackingController: removed TException import
- PayuHandler: removed dead getDescription/validatePaymentParams using Thrift types
- PayuPayResponseController: removed dead validatePaymentParams using Thrift Payment
- PaymentUtils: removed dead getPaymentType method and Thrift imports
- V2FofoIndentController, V2FofoInventoryController, V2HomeController: removed Thrift imports |
|
/trunk/profitmandi-web/settings.gradle /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/LivePricingController.java /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/RetailerController.java /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/TrackingController.java /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/PayuHandler.java /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/PayuPayResponseController.java /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/payment/PaymentUtils.java /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/V2FofoIndentController.java /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/V2FofoInventoryController.java /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/v2/controller/fofo/V2HomeController.java
|