Skip to content

Commit ba04a70

Browse files
committed
WIP
1 parent 089780e commit ba04a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/VerifiableCredentials/CredentialIssuerCredentialController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ public function credential(Request $request): Response
257257
continue;
258258
}
259259

260-
if ($credentialFormatId === CredentialFormatIdentifiersEnum::DcSdJwt->value) {
260+
if ($credentialFormatId === CredentialFormatIdentifiersEnum::JwtVcJson->value) {
261261
$this->setCredentialClaimValue(
262262
$credentialSubject,
263263
$credentialClaimPath,

0 commit comments

Comments
 (0)