Files
maskanx_cm_backend/tests
AFFAANhandClaude Opus 5 feea2819ed fix(meta): request the field that actually carries a prepay balance
You added funds and the UI kept showing "Balance: INR 0.00". Verified
directly against the live account: `balance` is 0 because that field means
amount *owed*, which is correctly nothing on a prepay account — the money
you loaded was never billed to you, so there is nothing to owe. The ₹50 was
real the whole time; MaskanX was just asking Meta the wrong question.

Meta only exposes the wallet amount through `funding_source_details`,
which we were not requesting, as a pre-formatted string:
"Available balance (₹50.00 INR)". There is no separate numeric field for
it — confirmed live, not assumed.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-07 17:12:23 +05:30
..
2026-08-01 10:28:22 +05:30
2026-08-01 10:28:22 +05:30