| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 37657 |
11 h 15 m |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Remove Mandii checkout, status and callback paths (r37655)
OrderController: the paymentOption MANDII branch and createMandiiOrder are
gone. GatewayController: the MANDII branch of payment/gateway/status is gone;
the SDDIRECT branch it sat in front of is untouched and still returns
AccountStatusResponseOut.
API endpoints removed, all of them Mandii-only:
- /cart/payment (CartController + its V2CartController delegate) existed
solely to poll Mandii for an order status and credit the wallet. It called
mandiiService unconditionally, so it already failed for any other gateway.
- /mandii, the payment-notification callback, a no-op logging stub in both
HdfcPaymentController and V2FofoHdfcPaymentController, and dropped from the
WebConfig auth whitelist in the fofo commit.
V2 twins touched only where they would otherwise keep a dead route alive or
fail to compile. |
|
| 37629 |
1 d 15 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
feat(mail): wire inactive-recipient filter and clean hardcoded addresses
Wire MailRecipientFilter into googleMailSender and gmailRelaySender. Remove inactive/unknown addresses from recipient and access lists, fix typo addresses, bulk uploader gate to akhil.kumar, V2 brand fee gate to kamini.sharma. |
|
| 37144 |
54 d 11 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/ |
Brand eligibility: hide restricted (blocked + LOI-ineligible) brands on partner surfaces and enforce at purchase — PartnerSolrClient applies Solr brand exclusion on all partner demo-core queries; brand list + deal/store facets filtered; legacy solr-search title filter with word boundary; add-to-cart and checkout validate via validateOrderableBrands |
|
| 36707 |
112 d 12 h |
vikas |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
HIDAlocation Issue: Log warning |
|
| 36706 |
112 d 12 h |
vikas |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Validation for Duplicate beat tracking creation |
|
| 35967 |
193 d 13 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Revert server-side cart endpoints (updateCartItem, removeCartItem, getCartItems) - feature pending testing |
|
| 35958 |
193 d 15 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Migrate SMTP calls to mailOutboxService in web controllers - mail outbox pattern |
|
| 35458 |
270 d 7 h |
amit |
/trunk/ |
Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level
Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories
Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor
Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility |
|
| 35435 |
271 d 16 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Add @Transactional(readOnly = true) to GET methods in controllers
Added @Transactional(readOnly = true) to all read-only GET methods across 14 controllers:
- RetailerController (10 methods)
- UserController (16 methods)
- WalletController (5 methods)
- CartController (2 methods)
- StoreController (25 methods)
- DealsController (20 methods)
- ShopController (1 method)
- CustomerController (2 methods)
- NotificationController (3 methods)
- SolrSearchController (2 methods)
- InsuranceController (1 method)
- GatewayController (1 method)
- LeadController (13 methods)
- RechargeController (4 methods)
Total: 105 methods updated
All methods verified to only set @Transient fields on entities, ensuring no dirty writes. |
|
| 34902 |
390 d 8 h |
vikas |
/trunk/ |
Affiliate Order |
|
| 34196 |
581 d 10 h |
ranu |
/trunk/ |
insurance and hid correction |
|
| 33474 |
814 d 12 h |
amit.gupta |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
commit |
|
| 33473 |
814 d 12 h |
amit.gupta |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
commit |
|
| 31715 |
1282 d 12 h |
tejbeer |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 30989 |
1448 d 16 h |
tejbeer |
/trunk/ |
change |
|
| 29625 |
1756 d 12 h |
amit.gupta |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed capturing of payment |
|
| 29612 |
1757 d 11 h |
amit.gupta |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 29611 |
1757 d 11 h |
amit.gupta |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 29594 |
1761 d 12 h |
amit.gupta |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
|
|
| 29503 |
1784 d 13 h |
amit.gupta |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ |
Added Logic to handle KredX |
|