Skip to content

Commit

Permalink
Fix/bugs (#875)
Browse files Browse the repository at this point in the history
* fix: send email verification issue

Signed-off-by: bhavanakarwade <[email protected]>

* refcator: schema endorsement flow

Signed-off-by: bhavanakarwade <[email protected]>

* fix: resolved sonar lint issues

Signed-off-by: bhavanakarwade <[email protected]>

* fix: worked on sonarcloud issues

Signed-off-by: bhavanakarwade <[email protected]>

* fix: delete organization bugs

Signed-off-by: bhavanakarwade <[email protected]>

* fix: cred def id space fixes

Signed-off-by: bhavanakarwade <[email protected]>

* fix: create organization bug

Signed-off-by: bhavanakarwade <[email protected]>

* fix: pagination issue for preview file

Signed-off-by: bhavanakarwade <[email protected]>

* fix: pagination issue

Signed-off-by: bhavanakarwade <[email protected]>

* fix: imageurl issue in verification

Signed-off-by: bhavanakarwade <[email protected]>

* fix: made request if parameter optional

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: added templateId mapping in file upload functionality

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: interface types

Signed-off-by: bhavanakarwade <[email protected]>

* feat: implemented prettyvc while bulk issuance

Signed-off-by: bhavanakarwade <[email protected]>

* fix: issuance process

Signed-off-by: bhavanakarwade <[email protected]>

* wip: pretty for bulk issuance

Signed-off-by: bhavanakarwade <[email protected]>

* wip: made autoacceptcredential flag always

Signed-off-by: bhavanakarwade <[email protected]>

* fix: datatype issue

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: added agent url

Signed-off-by: bhavanakarwade <[email protected]>

* refactor: added logs to test bulk issuance payload

Signed-off-by: bhavanakarwade <[email protected]>

---------

Signed-off-by: bhavanakarwade <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
  • Loading branch information
bhavanakarwade authored and KulkarniShashank committed Sep 11, 2024
1 parent 2e7509b commit 8f3afb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/issuance/src/issuance.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,7 @@ async sendEmailForCredentialOffer(sendEmailCredentialOffer: SendEmailCredentialO
imageUrl: organisation?.logoUrl || outOfBandCredential?.imageUrl
};

this.logger.log(`outOfBandIssuancePayload ::: ${JSON.stringify(outOfBandIssuancePayload)}`);
const payloadAttributes = outOfBandIssuancePayload?.credentialFormats?.jsonld?.credential?.credentialSubject;

// eslint-disable-next-line @typescript-eslint/no-unused-vars
Expand Down

0 comments on commit 8f3afb2

Please sign in to comment.