Skip to content

Commit

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

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/Profile/Receipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ public function parseProfileContent(PemFile $pemFile): AttributeList
*/
public function parseOtherPartyProfileContent(PemFile $pemFile): AttributeList
{
//return "self::ATTR_OTHER_PARTY_PROFILE_CONTENT";
error_log("other_party_profile_content:" . self::ATTR_OTHER_PARTY_PROFILE_CONTENT);
return $this->parseAttribute(self::ATTR_OTHER_PARTY_PROFILE_CONTENT, $pemFile);
}

Expand Down
4 changes: 2 additions & 2 deletions src/Profile/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ public function getActivityDetails(string $encryptedConnectToken): ActivityDetai
$receipt = new Receipt($result['receipt'], $this->config->getLogger());
error_log("LOG 10=>" . json_encode($result['receipt']));

error_log("LOG 11 =>" . json_encode($result['receipt']['other_party_profile_content']));

// error_log("LOG 11 =>" . json_encode($result['receipt']['other_party_profile_content']));
// error_log("LOG 12" . $receipt.parseOtherPartyProfileContent());

//error_log("LOG 11=>" . $receipt);
//error_log("LOG5=>" . $result);
Expand Down

0 comments on commit 6e7ed5c

Please sign in to comment.