Skip to content

Commit

Permalink
feat: changes in proof request payload API
Browse files Browse the repository at this point in the history
Signed-off-by: pranalidhanavade <[email protected]>
  • Loading branch information
pranalidhanavade committed Dec 5, 2024
1 parent bd6929c commit 0d43c7a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/components/Verification/Connections.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const Connections = () => {
const connectionIds = parsedUserData.map((connection: { connectionId: string | string[]; }) => connection.connectionId);

verifyCredentialPayload = {
presentationData: {

connectionId: connectionIds,
orgId,
proofFormats: {
Expand All @@ -173,7 +173,6 @@ const Connections = () => {
},
},
comment: "string"
},
};
}

Expand All @@ -198,7 +197,7 @@ const Connections = () => {


verifyCredentialPayload = {
presentationData: {

connectionId: connectionIds,
comment: 'proof request',
presentationDefinition: {
Expand Down Expand Up @@ -229,7 +228,7 @@ const Connections = () => {
};
}),
},
}

}
}

Expand Down

0 comments on commit 0d43c7a

Please sign in to comment.