Skip to content

Commit

Permalink
www16
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Feb 2, 2024
1 parent 4ca420c commit 46a7ff7
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/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ 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['other_party_profile_content']));
error_log("LOG 11 =>" . json_encode($result['receipt']['other_party_profile_content']));


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

0 comments on commit 46a7ff7

Please sign in to comment.