Skip to content

Commit

Permalink
www19
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Feb 2, 2024
1 parent 6e7ed5c commit f5cc6d9
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 @@ -88,7 +88,7 @@ public function getActivityDetails(string $encryptedConnectToken): ActivityDetai

$this->checkForReceipt($result);
$receipt = new Receipt($result['receipt'], $this->config->getLogger());
error_log("LOG 10=>" . json_encode($result['receipt']));
//error_log("LOG 10=>" . json_encode($result['receipt']));

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

0 comments on commit f5cc6d9

Please sign in to comment.