Skip to content

Commit

Permalink
www12
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-yoti committed Feb 1, 2024
1 parent 637a948 commit 0f0774f
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 @@ -89,7 +89,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 11=>" . $receipt);
//error_log("LOG 11=>" . $receipt);
//error_log("LOG5=>" . $result);
// Check response was successful
if ($receipt->getSharingOutcome() !== self::OUTCOME_SUCCESS) {
Expand Down

0 comments on commit 0f0774f

Please sign in to comment.