Skip to content

Commit

Permalink
Update digitalidentity/service.go
Browse files Browse the repository at this point in the history
Co-authored-by: Klaidas Urbanavicius <[email protected]>
  • Loading branch information
mehmet-yoti and klaidas authored Nov 23, 2023
1 parent b7d7b23 commit 8e20b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digitalidentity/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func GetShareReceipt(httpClient requests.HttpClient, receiptId string, clientSdk

aextra, err := cryptoutil.DecryptReceiptContent(receiptResponse.Content.ExtraData, receiptContentKey)
if err != nil {
return receipt, err
return receipt, fmt.Errorf("failed to decrypt receipt content extra data: %v", err)
}

attrData := &yotiprotoattr.AttributeList{}
Expand Down

0 comments on commit 8e20b5e

Please sign in to comment.