Skip to content

Commit 047da9c

Browse files
authored
Merge pull request #73 from Sphereon-Opensource/feature/VDX-292
feature/VDX-292
2 parents f674ad7 + 9c9bb5c commit 047da9c

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

packages/agent/conf/examples/presentation_definitions/banqup-legal-entity.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@
44
"input_descriptors": [
55
{
66
"id": "d618cebc-5a26-4bb9-a46e-172bfa25f070",
7-
"name": "VerifiedIdentity",
8-
"purpose": "We need a verified identity credential",
7+
"name": "VerifiedID or Account",
8+
"purpose": "We need a verified identity credential or an verified account credential",
99
"schema": [
1010
{
11-
"uri": "Identity"
11+
"uri": "VerifiedID"
12+
},
13+
{
14+
"uri": "Account"
1215
}
1316
]
1417
}
1518
]
16-
}
19+
}

packages/agent/conf/examples/templates/banqup/LegalEntity.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"contactFirstName": "{{firstName}}",
1212
"contactLastName": "{{lastName}}",
1313
"companyEmailAddress": "{{companyEmailAddress}}",
14-
"taxRegistrationNumber": "{{taxRegistrationNumber}}",
14+
"taxRegistrationNumber": "{{taxRegistrationNumber}}"
1515
}
1616
}

0 commit comments

Comments
 (0)