We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ff8c9 commit c87d8a1Copy full SHA for c87d8a1
apps/issuance/src/issuance.service.ts
@@ -1616,8 +1616,8 @@ async sendEmailForCredentialOffer(sendEmailCredentialOffer: SendEmailCredentialO
1616
certificate: jobDetails?.certificate,
1617
size: jobDetails?.size,
1618
orientation: jobDetails?.orientation,
1619
- height: prettyVc?.height,
1620
- width: prettyVc?.width
+ height: jobDetails?.height,
+ width: jobDetails?.width
1621
};
1622
1623
oobIssuancepayload = await createOobJsonldIssuancePayload(JsonldCredentialDetails, prettyVc);
0 commit comments