Skip to content

Commit

Permalink
add name attribute in w3c presentationDefinition payload
Browse files Browse the repository at this point in the history
Signed-off-by: Ankita Patidar <ankita.patidar@ayanworks.com>
  • Loading branch information
ankita-p17 committed Apr 24, 2024
1 parent 38c1bac commit 14507b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/verification/src/verification.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ export class VerificationService {
presentationExchange: {
presentationDefinition: {
id: outOfBandRequestProof.presentationDefinition.id,
name: outOfBandRequestProof.presentationDefinition.name,
input_descriptors: [...outOfBandRequestProof.presentationDefinition.input_descriptors]
}
}
Expand Down

0 comments on commit 14507b3

Please sign in to comment.