Skip to content

Commit 257298f

Browse files
committed
v3.11.1
1 parent 8857ccb commit 257298f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [3.11.1] 2025/03/24
2+
3+
**BUGFIX:**
4+
5+
- `TransactionInfo::getAppTransactionId()` make it public (silly bug)
6+
17
### [3.11.0] 2025/03/22
28

39
**IMPROVEMENTS:**

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php"
2424
],
2525
"homepage": "https://github.com/readdle/app-store-server-api",
26-
"version": "3.11.0",
26+
"version": "3.11.1",
2727
"php": ">=7.4",
2828
"autoload": {
2929
"psr-4": {

src/TransactionInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public function getAppAccountToken(): ?string
294294
/**
295295
* Returns the unique identifier of the app download transaction.
296296
*/
297-
private function getAppTransactionId(): ?string
297+
public function getAppTransactionId(): ?string
298298
{
299299
return $this->appTransactionId;
300300
}

0 commit comments

Comments
 (0)