Skip to content

Commit 56e24a6

Browse files
committed
fix(openid4vci): error message
1 parent f96e154 commit 56e24a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/openid4vci/src/credential-request/retrieve-credentials.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export async function retrieveCredentialsWithCredentialConfigurationId(
7373
options.issuerMetadata.originalDraftVersion !== Openid4vciDraftVersion.Draft16
7474
) {
7575
throw new Openid4vciError(
76-
'Requesting credentials based on format is not supported in OpenID4VCI below draft 15. Make sure to provide the format and format specific claims in the request.'
76+
'Requesting credentials based on credential configuration ID is not supported in OpenID4VCI below draft 15. Make sure to provide the format and format specific claims in the request.'
7777
)
7878
}
7979

0 commit comments

Comments
 (0)