Adyen PHP API Library v28.3.1
·
100 commits
to main
since this release
What's Changed
Fixes ⛑️
- Guards the two curl_close($ch) calls in CurlClient.php with is_resource($ch) so they only run on PHP < 8.0, avoiding the PHP 8.5 deprecation notice while preserving cleanup on older PHP versions (fixes #918)
Full Changelog: v28.3.0...v28.3.1