Commit 511de32
fix(revoke): add status field to revoke response for smoke test
POST /api/v1/receipt/:receiptId/revoke was returning { result: 'REVOKED' }
but v2-integration.test.ts asserts .status. Added status: 'REVOKED' to both
response paths (fresh revoke and already-revoked) for consistency.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 7d54a0d commit 511de32
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1960 | 1960 | | |
1961 | 1961 | | |
1962 | 1962 | | |
| 1963 | + | |
1963 | 1964 | | |
1964 | 1965 | | |
1965 | 1966 | | |
| |||
1982 | 1983 | | |
1983 | 1984 | | |
1984 | 1985 | | |
| 1986 | + | |
1985 | 1987 | | |
1986 | 1988 | | |
1987 | 1989 | | |
| |||
0 commit comments