You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: replace fake reason codes in tests with real API codes
Tests used invented reason strings like \`not_kyc\`, \`score_too_low\`,
\`sanctions_check_pending\` that don't exist in the API surface (the real
codes are \`kyc_required\`, \`kyc_pending\`, \`kyc_failed\`, \`sanctions_flagged\`,
\`age_insufficient\`, \`jurisdiction_restricted\`). Tests pass either way (the
gate passes reasons through verbatim), but the fake strings propagate
misinformation. Replace with real codes for documentation accuracy.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments