We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c4cbdf commit a82d78aCopy full SHA for a82d78a
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.2] - 2025-08-08
8
+### Added
9
+- Correct `Transaction` `CreditCardExpiry` type.
10
+
11
## [3.5.1] - 2025-06-11
12
### Added
13
- Improve type hinting.
src/AbstractApi.php
@@ -55,7 +55,7 @@ abstract class AbstractApi
55
/**
56
* PHP API version
57
*/
58
- const PHP_API_VERSION = '3.5.1';
+ const PHP_API_VERSION = '3.5.2';
59
60
61
* Event dispatcher
0 commit comments