Skip to content

Commit

Permalink
chore: added ticket number to FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
Brummos committed Jan 22, 2025
1 parent d30c8af commit 432128a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer-store/src/types/IOID4VCIStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface IIssuerOptions {
/**
* Used in the callbacks for the first party flow
*/
// FIXME we need to start supporting a map with a definition id per credential, we can use the credential offer session to check which credential is being issued and then look it up in this map
// FIXME SPRIND-151 we need to start supporting a map with a definition id per credential, we can use the credential offer session to check which credential is being issued and then look it up in this map
presentationDefinitionId?: string
}

Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-issuer/src/types/IOID4VCIIssuer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export interface IIssuerOptions {
/**
* Used in the callbacks for the first party flow
*/
// FIXME we need to start supporting a map with a definition id per credential, we can use the credential offer session to check which credential is being issued and then look it up in this map
// FIXME SPRIND-151 we need to start supporting a map with a definition id per credential, we can use the credential offer session to check which credential is being issued and then look it up in this map
presentationDefinitionId?: string
}

Expand Down

0 comments on commit 432128a

Please sign in to comment.