Skip to content

Commit

Permalink
www14
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Feb 2, 2024
1 parent 3316d39 commit b48786a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.cache

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Profile/ActivityDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private function setTimestamp(): void
private function setProfile(): void
{
$protobufAttrList = $this->receipt->parseOtherPartyProfileContent($this->pemFile);
error_log('set profile:' . json_encode($protobufAttrList));
error_log('set profile:' . $this->pemFile);
$this->userProfile = new UserProfile(
AttributeListConverter::convertToYotiAttributesList($protobufAttrList, $this->logger)
);
Expand Down

0 comments on commit b48786a

Please sign in to comment.