(root)/ – Rev 36364
Rev 36363 |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 36364 2026-04-23 14:44:31
- Author: amit
- Log message:
- Fix /activateFinanceServices returning empty row for retailers without partner_onboarding_panel
Change selectFinanceServicesByFofoId named query to LEFT JOIN PartnerOnBoardingPanel.
Previously an inner join filtered out 32 fofo_stores (16 internal + 16 external)
lacking an onboarding panel row, so the /activateFinanceServices response rendered
empty for them (e.g. codeInt=1359 / UPGBN1359) even though the partner_service
save itself worked.