Skip to content

Commit

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/Profile/Receipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public function parseOtherPartyProfileContent(PemFile $pemFile): AttributeList
*/
public function parseAttribute(string $attributeName, PemFile $pemFile): AttributeList
{
error_log("$attributeName: " . $attributeName);
$attributeList = new AttributeList();

$decryptedData = $this->decryptAttribute($attributeName, $pemFile);
Expand Down

0 comments on commit 3316d39

Please sign in to comment.