We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f674ad7 + 9c9bb5c commit 047da9cCopy full SHA for 047da9c
2 files changed
packages/agent/conf/examples/presentation_definitions/banqup-legal-entity.json
@@ -4,13 +4,16 @@
4
"input_descriptors": [
5
{
6
"id": "d618cebc-5a26-4bb9-a46e-172bfa25f070",
7
- "name": "VerifiedIdentity",
8
- "purpose": "We need a verified identity credential",
+ "name": "VerifiedID or Account",
+ "purpose": "We need a verified identity credential or an verified account credential",
9
"schema": [
10
11
- "uri": "Identity"
+ "uri": "VerifiedID"
12
+ },
13
+ {
14
+ "uri": "Account"
15
}
16
]
17
18
-}
19
+}
packages/agent/conf/examples/templates/banqup/LegalEntity.hbs
@@ -11,6 +11,6 @@
"contactFirstName": "{{firstName}}",
"contactLastName": "{{lastName}}",
"companyEmailAddress": "{{companyEmailAddress}}",
- "taxRegistrationNumber": "{{taxRegistrationNumber}}",
+ "taxRegistrationNumber": "{{taxRegistrationNumber}}"
0 commit comments