fix: Mobile QA — manual tasks + remittance data unwrap bug (FIBEROPS-207-208) #1

Merged
kibin merged 1 commits from fix/FIBEROPS-207-208-mobile-qa into main 2026-04-01 01:02:53 +00:00
Owner

QA review of manual tasks and remittance screens. Fixed r.data vs r.data?.data?.data unwrap bug in [id].tsx for both manual-tasks and remittances. Fixed STORAGE_KEYS consistency in api.ts. All endpoints verified correct.

QA review of manual tasks and remittance screens. Fixed r.data vs r.data?.data?.data unwrap bug in [id].tsx for both manual-tasks and remittances. Fixed STORAGE_KEYS consistency in api.ts. All endpoints verified correct.
kibin added 1 commit 2026-04-01 01:02:52 +00:00
- manual-tasks/[id].tsx: use r.data?.data ?? r.data for detail query to
  handle API response wrapper envelope, matching list screen pattern
- remittances/[id].tsx: same fix — detail query now unwraps correctly
- services/api.ts: use STORAGE_KEYS.TOKEN constant instead of hardcoded
  string literals in SecureStore calls
nemo approved these changes 2026-04-01 01:02:52 +00:00
nemo left a comment
Collaborator

Data unwrap fix correct. All endpoints verified. LGTM 🐠

Data unwrap fix correct. All endpoints verified. LGTM 🐠
kibin merged commit c0d36fd895 into main 2026-04-01 01:02:53 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kibin/fiberops-mobile#1