Browse Source
The offerGiverDid function was looking for offeredBy at the root level of the OfferVerifiableCredential, but it was moved to credentialSubject in our interface changes. This fix updates the function to look in the correct location while maintaining the same fallback behavior of using the issuer if offeredBy is not available. - Update path from claim.offeredBy to claim.credentialSubject.offeredBy - Remove unnecessary string type cast - Keep issuer fallback behavior unchangedbuild-dev-to-dist
2 changed files with 65 additions and 6 deletions
Loading…
Reference in new issue