| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36770 |
44 d 22 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Fix:Get Invoice Number is order detail |
|
| 36625 |
58 d 1 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 |
|
| 36620 |
58 d 4 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
refactor: remove Thrift RPC calls from RechargeController and OrderController
- RechargeController: replaced TransactionClient.getRcgOrderStatus() in pollRechargeResult
with local DAO lookup via RechargeTransactionRepository. Gutted unused getAllDenominations,
myRecharges, getServiceProvider endpoints (return empty). Removed dead variable declarations.
- OrderController: deleted CancellableRequest method (Thrift-dependent, unused).
- V2OrderController: removed CancellableRequest wrapper, added direct JPA address creation. |
|
| 36539 |
65 d 1 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Fix:Fix customer address update |
|
| 36400 |
82 d 1 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked |
|
| 36377 |
84 d 23 h |
vikas |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Dashboard API |
|
| 36376 |
85 d 0 h |
aman |
/trunk/ |
Feat:Cart Api Implementation |
|
| 36310 |
89 d 16 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Complete applyColorChange rename: caller + handler method
r36305 renamed OrderServiceImpl.notifyColorChange -> applyColorChange but missed the
caller in this controller and the handler method name. Completes the rename so trunk
compiles. REST endpoint URL /order/notify-color-change is preserved as an external
contract. |
|
| 36281 |
92 d 22 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Replace retailerBlockBrands with DMS code-based brand eligibility check in OrderController.createOrder - use partnerIneligibleBrands from partner_dealer_mapping instead of retailer_block_brands table |
|
| 36265 |
95 d 1 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Fix:Block first order through App |
|
| 36071 |
114 d 3 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Premium CD days: validate freeCreditDays per partner type, return partialCdDays/fullCdDays in gateway status API |
|
| 36066 |
114 d 20 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Fix:Block first order if FULL_STOCK_PAYMENT is not done |
|
| 35972 |
130 d 4 h |
aman |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Fix:Block 1st payment is fullstock payment is not done |
|
| 35863 |
141 d 21 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
fix: OrderController - fix refundedAmount accumulation bug, batch-fetch providers and image URLs, reuse OrderStatusGroups, remove verbose logging |
|
| 35859 |
141 d 23 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Fixed selectById issue |
|
| 35847 |
143 d 2 h |
amit |
/trunk/profitmandi-web/src/main/ |
fix: change order/create from GET to POST to enable duplicate order prevention via PostInterceptor idempotency check |
|
| 35834 |
144 d 20 h |
amit |
/trunk/ |
Optimize order creation: skip getSpilitStock N+1 (9s), batch-fetch items/tagListings/warehouses in TransactionServiceImpl |
|
| 35758 |
155 d 20 h |
vikas |
/trunk/ |
Removed tarun verma's email from trial service |
|
| 35689 |
159 d 8 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
Optimize transaction order creation: restrict investment check to hard_limit partners, eliminate duplicate DB queries, batch-fetch categories and high-demand items, reuse pre-fetched data in focusedModelShortageValidation and transaction processing |
|
| 35652 |
164 d 20 h |
vikas |
/trunk/ |
PineLabs Offer and Create Order |
|