Skip to content

Commit

Permalink
update credential issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratap2018 committed Aug 7, 2024
1 parent 938deac commit 14f41bd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/credential/services/credential.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,16 @@ export class CredentialService {
issuerDid,
verificationMethodId,
privateKeyMultibase,
registerCredential: registerCredentialStatus,
registerCredential: false,
});

const credStatus = {
credentialStatus,
namespace: 'testnet',
} as RegisterCredentialStatusDto;

await this.registerCredentialStatus(credStatus, appDetail);

let edvData = undefined;
if (persist) {
const creedential = {
Expand Down

0 comments on commit 14f41bd

Please sign in to comment.