Skip to content

Commit

Permalink
Merged with v12
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderPostma committed Jan 10, 2024
1 parent c5af30a commit 643423a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/lib/CredentialOfferClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class CredentialOfferClient {
const isUri = requestWithBaseUrl.credential_offer_uri !== undefined;

if (version.valueOf() >= OpenId4VCIVersion.VER_1_0_12.valueOf()) {
// v11 changed from encoding every param to a encoded json object with a credential_offer param key
// v11 changed from encoding every param to an encoded json object with a credential_offer param key
if (!baseUrl.includes('?')) {
param = isUri ? 'credential_offer_uri' : 'credential_offer';
} else {
Expand Down

0 comments on commit 643423a

Please sign in to comment.