We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5662b1 commit 783fe81Copy full SHA for 783fe81
2 files changed
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [3.5.3] - 2025-08-12
8
+### Added
9
+- Rename `AuthenticationResult` property to `Authentication` in `Transaction` class.
10
+
11
## [3.5.2] - 2025-08-08
12
### Added
13
- Correct `Transaction` `CreditCardExpiry` type.
src/AbstractApi.php
@@ -55,7 +55,7 @@ abstract class AbstractApi
55
/**
56
* PHP API version
57
*/
58
- const PHP_API_VERSION = '3.5.2';
+ const PHP_API_VERSION = '3.5.3';
59
60
61
* Event dispatcher
0 commit comments