Commit a583d03
Fix invalid 'for' attributes in agent test vectors
The 'for' field in agent objects must contain DIDs that reference actual
parties/agents, not string literals like 'merchant' or 'originator'.
Per TAIP-5: 'for' field should contain 'a DID or an array of DIDs of
another Agent or Party that this agent acts on behalf of'.
Fixed test vectors:
- payment-request/valid-direct-asset.json: 'merchant' → 'did:web:merchant.vasp'
- payment-request/valid-fiat-amount.json: 'merchant' → 'did:web:merchant.vasp'
- payment-request/invalid-missing-amount.json: 'merchant' → 'did:web:merchant.vasp'
- transfer/minimal.json: 'originator' → 'did:web:originator.vasp'
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 835eac8 commit a583d03
File tree
4 files changed
+4
-4
lines changed- test-vectors
- payment-request
- transfer
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments